TransferOptions constructor
TransferOptions({
- StreamNetwork? type,
- String? path,
- String? host,
- String? headerType,
- String? seed,
- String? serviceName,
- String? authority,
- String? mode,
- StreamSecurity? security,
- String? alpn,
- String? serverName,
- String? echConfigList,
- Fingerprint? fingerprint,
- 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,
});