System.Net.Sockets Module

Namespaces | Files

The System.Net.Sockets module provides client and server-side synchronous network socket connections.

There are limitations with the server-side sockets: they do not support HTTPS connections and they do not scale to thousands of connections or more because lack of asynchrony. The programming model is thread per client.

Namespaces

System
Net
Sockets

Files

System.Net.Sockets/NetworkStream.cm
System.Net.Sockets/StringNetIO.cm
System.Net.Sockets/TcpListener.cm
System.Net.Sockets/TcpSocket.cm