HttpRequestHeaders.ProxyAuthorization Свойство

Определение

Возвращает или задает значение заголовка Proxy-Authorization для 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

Значение свойства

Значение заголовка Proxy-Authorization для HTTP-запроса.

Применяется к