Mentalis.org Security Library documentation

VirtualSocket.AddressFamily Property

Gets the address family of the VirtualSocket.

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

Property Value

One of the AddressFamily values.

Remarks

AddressFamily specifies the addressing scheme that an instance of the VirtualSocket class can use. This property is read-only and is set when the VirtualSocket is created.

See Also

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