HttpRequestHeaders.ProxyAuthorization Property
Gets or sets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property ProxyAuthorization As AuthenticationHeaderValue
Get
Set
'Usage
Dim instance As HttpRequestHeaders
Dim value As AuthenticationHeaderValue
value = instance.ProxyAuthorization
instance.ProxyAuthorization = value
public AuthenticationHeaderValue ProxyAuthorization { get; set; }
public:
property AuthenticationHeaderValue^ ProxyAuthorization {
AuthenticationHeaderValue^ get ();
void set (AuthenticationHeaderValue^ value);
}
member ProxyAuthorization : AuthenticationHeaderValue with get, set
function get ProxyAuthorization () : AuthenticationHeaderValue
function set ProxyAuthorization (value : AuthenticationHeaderValue)
Property Value
Type: System.Net.Http.Headers.AuthenticationHeaderValue