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

public bool IsValueSubstring {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property bool IsValueSubstring {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    private: void set(bool value);
}
member IsValueSubstring : bool with get, private set
Public Property IsValueSubstring As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

trueHeaderValuefalse

See Also

RequestHeaderMapping Class
System.Net.Http.Formatting Namespace

Return to top