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


constructor(adef: Dialer; abypass: Dialer; abypassNetworks: Slice<Memory<IPNet>>; abypassIPs: Slice<IP>; abypassZones: Slice<string>; abypassHosts: Slice<string>)
PerHost(Dialer adef, Dialer abypass, Slice<Memory<IPNet>> abypassNetworks, Slice<IP> abypassIPs, Slice<string> abypassZones, Slice<string> abypassHosts)
init(_ adef: Dialer, _ abypass: Dialer, _ abypassNetworks: Slice<Memory<IPNet>>, _ abypassIPs: Slice<IP>, _ abypassZones: Slice<string>, _ abypassHosts: Slice<string>)
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(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) -> tuple of (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: