home HTML XML DTD CSS Visual Filter JavaScript Java ASP SSI .NET  
.NET Reference >
Suggested Reading

System.Net.Sockets


tag/attrib/value description
LingerOption   Contains information about a socket's linger time, the amount of time it will remain after closing if data remains to be sent.
MulticastOption   Contains IP address values for IP multicast packets.
NetworkStream   Provides the underlying stream of data for network access.
Socket   Implements the Berkeley sockets interface.
SocketException   The exception that is thrown when a socket error occurs.
TcpClient   Provides client connections for TCP network services.
TcpListener   Listens for connections from TCP network clients.
UdpClient   Provides User Datagram Protocol (UDP) network services.
AddressFamily   Specifies the addressing scheme that an instance of the Socket class can use.
ProtocolFamily   Specifies the type of protocol that an instance of the Socket class can use.
ProtocolType   Specifies the protocols that the Socket class supports.
SelectMode   Defines the polling modes for the Socket.Poll method.
SocketFlags   Provides constant values for socket messages.
SocketOptionLevel   Defines socket option levels for the Socket.SetSocketOption and Socket.GetSocketOption methods.
SocketOptionName   Defines socket option names for the Socket class.
SocketShutdown   Defines constants used by the Socket.Shutdown method.
SocketType   Specifies the type of socket an instance of the Socket class represents.