LoopbackOutbound constructor
LoopbackOutbound({
- LoopbackOutboundSettings? settings,
- String? sendThrough,
- String? tag,
- StreamSettings? streamSettings,
- ProxySettings? proxySettings,
- Mux? mux,
- DomainStrategy? targetStrategy,
Implementation
LoopbackOutbound({
this.settings,
super.sendThrough,
super.tag,
super.streamSettings,
super.proxySettings,
super.mux,
super.targetStrategy,
}) : super(protocol: Protocol.loopback);