Gets or sets the password to use when authenticating with the proxy.
Namespace: Jscape.Util.ProxyAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public string ProxyPass { get; set; } |
Visual Basic |
---|
Public Property ProxyPass As String
Get
Set |
Visual C++ |
---|
public:
property String^ ProxyPass {
String^ get ();
void set (String^ value);
} |
Field Value
A string that holds the password that's used when authenticating with the proxy.
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | The specified value is null. |
See Also