NET FTP Library
IpEndPoint Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : IpEndPoint Property
The IP End Point of the remote server
Syntax
'Declaration
 
Public ReadOnly Property IpEndPoint As System.Net.IPEndPoint
'Usage
 
Dim instance As FTP
Dim value As System.Net.IPEndPoint
 
value = instance.IpEndPoint
public System.Net.IPEndPoint IpEndPoint {get;}
public read-only property IpEndPoint: System.Net.IPEndPoint; 
public function get IpEndPoint : System.Net.IPEndPoint
public: __property System.Net.IPEndPoint* get_IpEndPoint();
public:
property System.Net.IPEndPoint^ IpEndPoint {
   System.Net.IPEndPoint^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members