System.Net.Sockets Namespace

Classes | Functions | Enumerated Types

Classes

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.

Functions

public Result<String<char>> ReceiveString(TcpSocket& socket)
public Result<bool> SendString(TcpSocket& socket, const String<char>& s)

Enumerated Types

public enum ShutdownMode

Function Details

ReceiveString Function

public Result<String<char>> ReceiveString(TcpSocket& socket)

Definition
Line 27 of System.Net.Sockets/StringNetIO.cm


SendString Function

public Result<bool> SendString(TcpSocket& socket, const String<char>& s)

Definition
Line 11 of System.Net.Sockets/StringNetIO.cm