ShadowSocksOptions constructor

ShadowSocksOptions({
  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

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