RequestHeaderMapping.IsValueSubstring Property

Gets a value indicating whether [M:HeaderValue] is a matched as a substring of the actual header value. this instance is value substring.

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

Syntax

'Declaration
Public Property IsValueSubstring As Boolean
    Get
    Private Set
'Usage
Dim instance As RequestHeaderMapping
Dim value As Boolean

value = instance.IsValueSubstring
public bool IsValueSubstring { get; private set; }
public:
property bool IsValueSubstring {
    bool get ();
    private: void set (bool value);
}
member IsValueSubstring : bool with get, private set
function get IsValueSubstring () : boolean
private function set IsValueSubstring (value : boolean)

Property Value

Type: System.Boolean
trueHeaderValuefalse

See Also

Reference

RequestHeaderMapping Class

System.Net.Http.Formatting Namespace