MediaTypeMapping Class
An abstract base class used to create an association between HttpRequestMessage or HttpResponseMessage instances that have certain characteristics and a specific MediaTypeHeaderValue.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
System.Net.Http.Formatting.MediaTypeMapping
System.Net.Http.Formatting.QueryStringMapping
System.Net.Http.Formatting.RequestHeaderMapping
System.Web.Http.OData.Formatter.ODataRawValueMediaTypeMapping
System.Web.OData.Formatter.ODataCountMediaTypeMapping
System.Web.OData.Formatter.ODataRawValueMediaTypeMapping
System.Web.OData.Formatter.QueryStringMediaTypeMapping
| Name | Description | |
|---|---|---|
![]() | MediaTypeMapping(MediaTypeHeaderValue) | Initializes a new instance of a MediaTypeMapping with the given mediaType value. |
![]() | MediaTypeMapping(String) | Initializes a new instance of a MediaTypeMapping with the given mediaType value. |
| Name | Description | |
|---|---|---|
![]() | MediaType | Gets the MediaTypeHeaderValue that is associated with HttpRequestMessage or HttpResponseMessage instances that have the given characteristics of the MediaTypeMapping. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryMatchMediaType(HttpRequestMessage) | Returns the quality of the match of the MediaTypeHeaderValue associated with request. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


