RequestHeaderMapping Properties
The RequestHeaderMapping type exposes the following members.
| Name | Description | |
|---|---|---|
|
HeaderName | Gets the name of the header to match. |
|
HeaderValue | Gets the header value to match. |
|
HeaderValueComparison | Gets the StringComparison to use when matching [M:HeaderValue]. |
|
IsValueSubstring | Gets a value indicating whether [M:HeaderValue] is a matched as a substring of the actual header value. this instance is value substring. |
|
MediaType | Gets the MediaTypeHeaderValue that is associated with HttpRequestMessage or HttpResponseMessage instances that have the given characteristics of the MediaTypeMapping. (Inherited from MediaTypeMapping.) |