Gets/Sets the username 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 ProxyUsername { get; set; } |
Visual Basic |
---|
Public Property ProxyUsername As String Get Set |
Visual C++ |
---|
public: property String^ ProxyUsername { String^ get (); void set (String^ value); } |