AWS SDK for .NET Documentation
WithProxyPassword Method (password)
AmazonAmazon.SimpleNotificationServiceAmazonSimpleNotificationServiceConfigWithProxyPassword(String) Did this page help you?   Yes   No    Tell us about it...
Sets the ProxyPassword property. Used in conjunction with the ProxyUsername property to authenticate requests with the specified Proxy server.
Declaration Syntax
C#
[ObsoleteAttribute("Use WithProxyCredentials instead")]
public AmazonSimpleNotificationServiceConfig WithProxyPassword(
	string password
)
Parameters
password (String)
ProxyPassword property
Return Value
this instance
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.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)