Mentalis.org Security Library documentation

VirtualSocket.SocketType Property

Gets the type of the VirtualSocket.

[Visual Basic]
Overridable Public ReadOnly Property SocketType As SocketType
[C#]
public virtual System.Net.Sockets.SocketType SocketType {get;}

Property Value

One of the SocketType values.

Remarks

SocketType is set when the class is created.

See Also

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