Gets or sets the user name 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 ProxyUserName { get; set; }
Visual Basic (Declaration)
Public Property ProxyUserName As String
Visual C++
public:
property String^ ProxyUserName {
	String^ get ();
	void set (String^ value);
}

Property Value

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

Remarks

This property is only used when UseProxyServer is true.

See Also