OutboundDetourConfig constructor
const
OutboundDetourConfig({
- required String protocol,
- String? sendThrough,
- String? tag,
- XrayOutboundSettings? settings,
- StreamConfig? streamSettings,
- ProxyConfig? proxySettings,
- MuxConfig? mux,
- XrayTargetStrategy? targetStrategy,
Implementation
const factory OutboundDetourConfig({
required String protocol,
String? sendThrough,
String? tag,
XrayOutboundSettings? settings,
StreamConfig? streamSettings,
ProxyConfig? proxySettings,
MuxConfig? mux,
XrayTargetStrategy? targetStrategy,
}) = _OutboundDetourConfig;