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 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.