Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.net.dict
  • Platforms: .NET, .NET Standard 2.0, Island

Methods


Dial

 

// .NET, .NET Standard 2.0
class method Dial(network: string; addr: string): tuple of (Memory<Client>, error)
// Island
class method Dial(network: string; addr: string): tuple of (Memory<Client>, error)

 

// .NET, .NET Standard 2.0
static (Memory<Client>, error) Dial(string network, string addr)
// Island
static (Memory<Client>, error) Dial(string network, string addr)

 

// .NET, .NET Standard 2.0
static func Dial(_ network: string, _ addr: string) -> (Memory<Client>, error)
// Island
static func Dial(_ network: string, _ addr: string) -> (Memory<Client>, error)

 

// .NET, .NET Standard 2.0
func Dial(network string, addr string) tuple of (Memory<Client>, error)
// Island
func Dial(network string, addr string) tuple of (Memory<Client>, error)

 

// .NET, .NET Standard 2.0
Shared Function Dial(network As string, addr As string) As Tuple (Of Memory<Client>, error)
// Island
Shared Function Dial(network As string, addr As string) As Tuple (Of Memory<Client>, error)

Parameters:

  • network:
  • addr: