public class | NetworkStream | |
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 Result<String<char>> | ReceiveString(TcpSocket& socket) |
public Result<bool> | SendString(TcpSocket& socket, const String<char>& s) |
public enum | ShutdownMode |