Share via


ClientAuthentication.ProxyAuthorization Property

Definition

Specifies the Proxy-Authorization header of the HTTP POST request when requesting a token.

public:
 property HttpCredentialsHeaderValue ^ ProxyAuthorization { HttpCredentialsHeaderValue ^ get(); void set(HttpCredentialsHeaderValue ^ value); };
HttpCredentialsHeaderValue ProxyAuthorization();

void ProxyAuthorization(HttpCredentialsHeaderValue value);
public HttpCredentialsHeaderValue ProxyAuthorization { get; set; }
var httpCredentialsHeaderValue = clientAuthentication.proxyAuthorization;
clientAuthentication.proxyAuthorization = httpCredentialsHeaderValue;
Public Property ProxyAuthorization As HttpCredentialsHeaderValue

Property Value

A HttpCredentialsHeaderValue that contains the proxy authorization header value.

Applies to