Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SyndicationClient.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.

Gets or sets the credentials to use when making requests via a proxy.

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

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

Property Value

The PasswordCredential to use.

Implements

Applies to


Feedback

Was this page helpful?