CosXmlServiceConfig constructor

CosXmlServiceConfig({
  1. String? region,
  2. int? connectionTimeout,
  3. int? socketTimeout,
  4. bool? isHttps,
  5. String? host,
  6. String? hostFormat,
  7. int? port,
  8. bool? isDebuggable,
  9. bool? signInUrl,
  10. String? userAgent,
  11. bool? dnsCache,
  12. bool? accelerate,
  13. bool? domainSwitch,
  14. Map<String?, String?>? customHeaders,
  15. List<String?>? noSignHeaders,
})

Implementation

CosXmlServiceConfig({
  this.region,
  this.connectionTimeout,
  this.socketTimeout,
  this.isHttps,
  this.host,
  this.hostFormat,
  this.port,
  this.isDebuggable,
  this.signInUrl,
  this.userAgent,
  this.dnsCache,
  this.accelerate,
  this.domainSwitch,
  this.customHeaders,
  this.noSignHeaders,
});