Gets or sets the username to use when authenticating with the proxy.

Namespace: Jscape.Util.Proxy
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public string ProxyUser { get; set; }
Visual Basic
Public Property ProxyUser As String
	Get
	Set
Visual C++
public:
property String^ ProxyUser {
	String^ get ();
	void set (String^ value);
}

Field Value

A string that holds the username that's used when authenticating with the proxy.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe specified value is null.

See Also