NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket Properties

The properties of the Socket class are listed below. For a complete list of Socket class members, see the Socket Members topic.

Public:

AddressFamily Gets the socket's address family.
Available Gets the amount of data pending in the network's input buffer that can be read from the socket.
Blocking Gets and sets the blocking mode of a socket.
Connected Gets the connection state of the socket.
Descriptor Gets the operating system handle for the socket.
LocalEndpoint Gets the local end point.
ProtocolType Gets the socket's protocol type.
RemoteEndpoint Gets the remote end point
SocketType Gets the socket's type.

See Also

Socket Class | System.Net.Sockets Namespace