AuthenticationHeaderValue.Scheme Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Scheme As String
Get
'Usage
Dim instance As AuthenticationHeaderValue
Dim value As String
value = instance.Scheme
public string Scheme { get; }
public:
property String^ Scheme {
String^ get ();
}
member Scheme : string
function get Scheme () : String
Property Value
Type: System.String