Share via


HttpRequestHeaders.ProxyAuthorization Propiedad

Definición

Obtiene o establece el valor del encabezado Proxy-Authorization para una solicitud HTTP.

public:
 property System::Net::Http::Headers::AuthenticationHeaderValue ^ ProxyAuthorization { System::Net::Http::Headers::AuthenticationHeaderValue ^ get(); void set(System::Net::Http::Headers::AuthenticationHeaderValue ^ value); };
public System.Net.Http.Headers.AuthenticationHeaderValue ProxyAuthorization { get; set; }
public System.Net.Http.Headers.AuthenticationHeaderValue? ProxyAuthorization { get; set; }
member this.ProxyAuthorization : System.Net.Http.Headers.AuthenticationHeaderValue with get, set
Public Property ProxyAuthorization As AuthenticationHeaderValue

Valor de propiedad

Valor del encabezado Proxy-Authorization para una solicitud HTTP.

Se aplica a