Gets or sets the type of proxy server to use.
Namespace: Jscape.SshAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.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); } |