Overview

Location

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

Instance Methods


constructor

constructor(aSock: Socket)
TCPListener(Socket aSock)

Parameters:

  • aSock:

Accept

method Accept: tuple of (Conn, error)
func Accept() -> tuple of (Conn, error)
func Accept() tuple of (Conn, error)
Function Accept() As Tuple (Of Conn, error)

AcceptTCP

method AcceptTCP: tuple of (IPConn, error)
(IPConn, error) AcceptTCP()
func AcceptTCP() -> tuple of (IPConn, error)
func AcceptTCP() tuple of (IPConn, error)
Function AcceptTCP() As Tuple (Of IPConn, error)

Addr


Close

Function Close() As error