'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(); }