Gets and sets the ProxyPassword property. Used in conjunction with the ProxyUsername 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 ProxyPassword { get; set; }
Public Property ProxyPassword As String
	Get
	Set
public:
property String^ ProxyPassword {
	String^ get ();
	void set (String^ value);
}

Remarks

If this property isn't set, String.Empty is used as the proxy password. This property isn't used if ProxyUsername is null or empty.

See Also