TransferOptions constructor

TransferOptions({
  1. StreamNetwork? type,
  2. String? path,
  3. String? host,
  4. String? headerType,
  5. String? seed,
  6. String? serviceName,
  7. String? authority,
  8. String? mode,
  9. StreamSecurity? security,
  10. String? alpn,
  11. String? serverName,
  12. String? echConfigList,
  13. Fingerprint? fingerprint,
  14. String? allowInsecure,
})

Implementation

TransferOptions({
  this.type,
  this.path,
  this.host,
  this.headerType,
  this.seed,
  this.serviceName,
  this.authority,
  this.mode,
  this.security,
  this.alpn,
  this.serverName,
  this.echConfigList,
  this.fingerprint,
  this.allowInsecure,
});