System.Net.Sockets Namespace

Classes

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.

Functions

public String<char> ReadStr(TcpSocket& socket)
public void Write(TcpSocket& socket, const String<char>& str)

Enumerated Types

public enum ConnectOptions
public enum ShutdownMode

Function Details

ReadStr Function

public String<char> ReadStr(TcpSocket& socket)

Definition
Line 232 of System.Net.Sockets/TcpSocket.cm


Write Function

public void Write(TcpSocket& socket, const String<char>& str)

Definition
Line 208 of System.Net.Sockets/TcpSocket.cm