PowerTCP FTP for .NET
RemoteEndPoint Property (Proxy)



IPEndPoint of the server proxy to connect to.
Syntax
Public Property RemoteEndPoint As IPEndPoint
Dim instance As Proxy
Dim value As IPEndPoint
 
instance.RemoteEndPoint = value
 
value = instance.RemoteEndPoint
public IPEndPoint RemoteEndPoint {get; set;}
public:
property IPEndPoint^ RemoteEndPoint {
   IPEndPoint^ get();
   void set (    IPEndPoint^ value);
}
See Also

Reference

Proxy Class
Proxy Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic