Gets the remote endpoint.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property RemoteEndPoint As EndPoint Get |
C# |
---|
public EndPoint RemoteEndPoint { get; } |
Field Value
The remote endpoint that the ProxySocket is using for communications.Implements
ISocket..::..RemoteEndPointRemarks
The RemoteEndPoint property gets the network connection information associated with
either the remote host or the proxy server.
RemoteEndPoint is set by ProxySocket methods that establish a connection
to a remote host.