LoopbackOutbound constructor

LoopbackOutbound({
  1. LoopbackOutboundSettings? settings,
  2. String? sendThrough,
  3. String? tag,
  4. StreamSettings? streamSettings,
  5. ProxySettings? proxySettings,
  6. Mux? mux,
  7. DomainStrategy? targetStrategy,
})

Implementation

LoopbackOutbound({
  this.settings,
  super.sendThrough,
  super.tag,
  super.streamSettings,
  super.proxySettings,
  super.mux,
  super.targetStrategy,
}) : super(protocol: Protocol.loopback);