HttpBaseProtocolFilter.ProxyCredential Property

Definition

Get or set the credentials to be used to negotiate with an HTTP proxy.

public:
 property PasswordCredential ^ ProxyCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential ProxyCredential();

void ProxyCredential(PasswordCredential value);
public PasswordCredential ProxyCredential { get; set; }
var passwordCredential = httpBaseProtocolFilter.proxyCredential;
httpBaseProtocolFilter.proxyCredential = passwordCredential;
Public Property ProxyCredential As PasswordCredential

Property Value

The credentials to be used to negotiate with an HTTP proxy.

Remarks

The system normally determines the proxy credentials to use automatically. This property only needs to be set in advanced scenarios.

Applies to