SshSession.RemoteEndPoint Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
RemoteEndPoint
Gets the remote endpoint.
Declaration
public EndPoint RemoteEndPoint { get; }
Property Value
Type | Description |
---|---|
EndPoint | The remote endpoint that the SshSession is using for communications. |
Remarks
The RemoteEndPoint property gets the network connection information associated with the remote host. RemoteEndPoint is set by SshSession methods that establish a connection to a remote host.