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.
System | ||
Net | ||
Sockets |
System.Net.Sockets/NetworkStream.cm |
System.Net.Sockets/StringNetIO.cm |
System.Net.Sockets/TcpListener.cm |
System.Net.Sockets/TcpSocket.cm |