RequestHeaderMapping.HeaderValue Property

Gets the header value to match.

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Property HeaderValue As String
    Get
    Private Set
'Usage
Dim instance As RequestHeaderMapping
Dim value As String

value = instance.HeaderValue
public string HeaderValue { get; private set; }
public:
property String^ HeaderValue {
    String^ get ();
    private: void set (String^ value);
}
member HeaderValue : string with get, private set
function get HeaderValue () : String
private function set HeaderValue (value : String)

Property Value

Type: System.String

See Also

Reference

RequestHeaderMapping Class

System.Net.Http.Formatting Namespace