Mentalis.org Security Library documentation

VirtualSocket.ProtocolType Property

Gets the protocol type of the VirtualSocket.

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

Property Value

One of the ProtocolType values.

Remarks

ProtocolType is set when the VirtualSocket is created, and specifies the protocol used by that VirtualSocket.

See Also

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