ContextDialer
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
Required Methods
DialContext
method DialContext(ctx: Context; network: string; address: string): tuple of (Conn, error)
(Conn, error) DialContext(Context ctx, string network, string address)
func DialContext(_ ctx: Context, _ network: string, _ address: string) -> tuple of (Conn, error)
func DialContext(ctx Context, network string, address string) tuple of (Conn, error)
Function DialContext(ctx As Context, network As string, address As string) As Tuple (Of Conn, error)
Parameters:
- ctx:
- network:
- address: