HttpRouteHeaderMatchV1 Properties
Class Properties 3 members
Defines a header match condition for an HTTPRoute rule.
Gets or sets the match type. Values:
"Exact", "RegularExpression". public string Type { get; set; } Gets or sets the header value to match.
public string Value { get; set; }