PerHost
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.proxy
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
// .NET, .NET Standard 2.0
constructor(adef: Dialer; abypass: Dialer; abypassNetworks: Slice<Memory<IPNet>>; abypassIPs: Slice<IP>; abypassZones: Slice<string>; abypassHosts: Slice<string>)
// Island
constructor(adef: Dialer; abypass: Dialer; abypassNetworks: Slice<Memory<IPNet>>; abypassIPs: Slice<IP>; abypassZones: Slice<string>; abypassHosts: Slice<string>)
// .NET, .NET Standard 2.0
PerHost(Dialer adef, Dialer abypass, Slice<Memory<IPNet>> abypassNetworks, Slice<IP> abypassIPs, Slice<string> abypassZones, Slice<string> abypassHosts)
// Island
PerHost(Dialer adef, Dialer abypass, Slice<Memory<IPNet>> abypassNetworks, Slice<IP> abypassIPs, Slice<string> abypassZones, Slice<string> abypassHosts)
// .NET, .NET Standard 2.0
init(_ adef: Dialer, _ abypass: Dialer, _ abypassNetworks: Slice<Memory<IPNet>>, _ abypassIPs: Slice<IP>, _ abypassZones: Slice<string>, _ abypassHosts: Slice<string>)
// Island
init(_ adef: Dialer, _ abypass: Dialer, _ abypassNetworks: Slice<Memory<IPNet>>, _ abypassIPs: Slice<IP>, _ abypassZones: Slice<string>, _ abypassHosts: Slice<string>)
// .NET, .NET Standard 2.0
Sub New(adef As Dialer, abypass As Dialer, abypassNetworks As Slice<Memory<IPNet>>, abypassIPs As Slice<IP>, abypassZones As Slice<string>, abypassHosts As Slice<string>)
// Island
Sub New(adef As Dialer, abypass As Dialer, abypassNetworks As Slice<Memory<IPNet>>, abypassIPs As Slice<IP>, abypassZones As Slice<string>, abypassHosts As Slice<string>)
Parameters:
- adef:
- abypass:
- abypassNetworks:
- abypassIPs:
- abypassZones:
- abypassHosts:
constructor (PerHost)
constructor(value: PerHost)
PerHost(PerHost value)
init(_ value: PerHost)
Sub New(value As PerHost)
Parameters:
- value:
method Dial(network: string; addr: string): tuple of (c: Conn, err: error)
(Conn c, error err) Dial(string network, string addr)
func Dial(_ network: string, _ addr: string) -> (Conn, error)
func Dial(network string, addr string) tuple of (|name=c| Conn, |name=err| error)
Function Dial(network As string, addr As string) As Tuple (Of Conn, error)
Parameters:
- network:
- addr: