Gets or sets the user password to use when connecting to the proxy server.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

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

Property Value

The user password to use when connecting to the proxy server. The default is no password.

Remarks

This property is only used when UseProxyServer is true.

See Also