HttpBaseProtocolFilter.ProxyCredential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.