HttpRequestHeaders.ProxyAuthorization Propriedade
Definição
Obtém ou define o valor do cabeçalho Proxy-Authorization para uma solicitação HTTP.Gets or sets the value of the Proxy-Authorization header for an HTTP request.
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 da propriedade
O valor do cabeçalho Proxy-Authorization para uma solicitação HTTP.The value of the Proxy-Authorization header for an HTTP request.