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