Class | Description |
---|---|
NetClient | A TCP client. |
NetServer | Represents a TCP server |
NetSocket | Represents a socket-like interface to a TCP connection on either the client or the server side. |
NetSocketStream | A ReadStream of NetSocket, used for notifying socket connections to a NetServer. |
SocketAddress | The address of a socket |