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
class method Dial(network: string; addr: string): tuple of (Memory<Client>, error)
static (Memory<Client>, error) Dial(string network, string addr)
static func Dial(_ network: string, _ addr: string) -> tuple of (Memory<Client>, error)
func Dial(network string, addr string) tuple of (Memory<Client>, error)
Shared Function Dial(network As string, addr As string) As Tuple (Of Memory<Client>, error)
Parameters:
- network:
- addr: