| IpAddress |
IpAddress models both IPv4 and IPv6 numeric addresses as well as provide DNS hostname resolution. |
| SocketOptions |
SocketOptions groups together all the socket options used to tune a TcpSocket, TcpListener, or UdpSocket. |
| TcpListener |
TcpListener is a server socket that listens to a local well known port for incoming TcpSockets. |
| TcpSocket |
TcpSocket manages a TCP/IP endpoint. |
| UdpPacket |
UdpPacket encapsulates an IpAddress, port, and payload of bytes to send or receive from a UdpSocket. |
| UdpSocket |
UdpSocket manages a UDP/IP datagram endpoint. |
| UnknownHostErr |
UnknownHostErr indicates a failure to resolve a hostname to an IP address. |