Gets and sets the ProxyUsername property. Used in conjunction with the ProxyPassword property to authenticate requests with the specified Proxy server.

Namespace: Amazon.Runtime
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

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

See Also