Mentalis.org Security Library documentation

VirtualSocket.LocalEndPoint Property

Gets the local endpoint.

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

Property Value

The local endpoint that the VirtualSocket is using for communications.

Remarks

The LocalEndPoint property contains the network connection information associated with the local network device. LocalEndPoint is set by calling the Bind method.

Exceptions

Exception TypeCondition
SocketExceptionAn error occurs while reading the property.
ObjectDisposedExceptionThe VirtualSocket has been closed.

See Also

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