ClientConfig.ProxyPassword Property

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
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.dll
Version: 2.0.0.3

Syntax

C#
public String ProxyPassword { get; set; }
Property Value
Type: System.String

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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8