The properties of the Socket class are listed below. For a complete list of Socket class members, see the Socket Members topic.
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. |