Mentalis.org Security Library documentation

VirtualSocket.RemoteEndPoint Property

Gets the remote endpoint.

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

Property Value

The remote endpoint that the VirtualSocket is using for communications.

Remarks

The RemoteEndPoint property gets the network connection information associated with the remote host. RemoteEndPoint is set by VirtualSocket methods that establish a connection to a remote host.

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