PowerTCP SSH and SFTP for .NET
RemoteEndPoint Property




EndPoint of the remote host to connect to.
Syntax
'Declaration
 
<DefaultValueAttribute("0.0.0.0:22")>
Public Property RemoteEndPoint As IPEndPoint
'Usage
 
Dim instance As Connection
Dim value As IPEndPoint
 
instance.RemoteEndPoint = value
 
value = instance.RemoteEndPoint
[DefaultValue("0.0.0.0:22")]
public IPEndPoint RemoteEndPoint {get; set;}
[DefaultValue("0.0.0.0:22")]
public: __property IPEndPoint* get_RemoteEndPoint();
public: __property void set_RemoteEndPoint( 
   IPEndPoint* value
);
[DefaultValue("0.0.0.0:22")]
public:
property IPEndPoint^ RemoteEndPoint {
   IPEndPoint^ get();
   void set (    IPEndPoint^ value);
}
See Also

Reference

Connection Class
Connection Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic