Gets/Sets the password used to log in to the Proxy server.
Namespace: Jscape.SshAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public string ProxyPassword { get; set; } |
Visual Basic |
---|
Public Property ProxyPassword As String Get Set |
Visual C++ |
---|
public: property String^ ProxyPassword { String^ get (); void set (String^ value); } |