Mentalis.org Security Library documentation

VirtualSocket.InternalSocket Property

Gets or sets the internal Socket value.

[Visual Basic]
Protected Property InternalSocket As Socket
[C#]
protected System.Net.Sockets.Socket InternalSocket {get; set;}

Property Value

An instance of the Socket class.

See Also

VirtualSocket Class | VirtualSocket Members | Org.Mentalis.Security.Ssl Namespace