public class | NetworkByteStream | Represents a stream connected to a TcpSocket . |
public class | SocketException | Thrown when an error in a socket operation is detected. |
public class | TcpClient | Represents a client-side socket connection that provides a NetworkByteStream . |
public class | TcpListener | Represents a server-side socket that can be used to listen and accept client connections. |
public class | TcpSocket | Represents a synchronous reliable connection-oriented socket. |
public String<char> | ReadStr(TcpSocket& socket) |
public void | Write(TcpSocket& socket, const String<char>& str) |
public enum | ConnectOptions |
public enum | ShutdownMode |