Mentalis.org Security Library documentation

VirtualSocket Properties

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

Public Instance Properties

AddressFamily Gets the address family of the VirtualSocket.
Available Gets the amount of data that has been received from the network and is available to be read.
Blocking Gets or sets a value that indicates whether the VirtualSocket is in blocking mode.
Connected Gets a value indicating whether a VirtualSocket is connected to a remote resource.
Handle Gets the operating system handle for the VirtualSocket.
LocalEndPoint Gets the local endpoint.
ProtocolType Gets the protocol type of the VirtualSocket.
RemoteEndPoint Gets the remote endpoint.
SocketType Gets the type of the VirtualSocket.

Protected Instance Properties

InternalSocket Gets or sets the internal Socket value.

See Also

VirtualSocket Class | Org.Mentalis.Security.Ssl Namespace