Gets or sets the EndPoint of the proxy server.
Namespace: Jscape.Util.ProxyAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public IPEndPoint ProxyEndPoint { get; set; } |
Visual Basic |
---|
Public Property ProxyEndPoint As IPEndPoint Get Set |
Visual C++ |
---|
public: property IPEndPoint^ ProxyEndPoint { IPEndPoint^ get (); void set (IPEndPoint^ value); } |