HttpRequestHeaders.Authorization 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 Authorization As AuthenticationHeaderValue 
    Get 
    Set
'Usage
Dim instance As HttpRequestHeaders 
Dim value As AuthenticationHeaderValue 

value = instance.Authorization

instance.Authorization = value
public AuthenticationHeaderValue Authorization { get; set; }
public:
property AuthenticationHeaderValue^ Authorization {
    AuthenticationHeaderValue^ get ();
    void set (AuthenticationHeaderValue^ value);
}
member Authorization : AuthenticationHeaderValue with get, set
function get Authorization () : AuthenticationHeaderValue 
function set Authorization (value : AuthenticationHeaderValue)

Property Value

Type: System.Net.Http.Headers.AuthenticationHeaderValue

See Also

Reference

HttpRequestHeaders Class

System.Net.Http.Headers Namespace