This topic has not yet been rated - Rate this topic

MediaTypeMapping Constructor ()

Initializes a new instance of a MediaTypeMapping with the given mediaType value.

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
protected function MediaTypeMapping(
	mediaType : MediaTypeHeaderValue
)

Parameters

mediaType
Type: MediaTypeHeaderValue
The MediaTypeHeaderValue that is associated with HttpRequestMessage or HttpResponseMessage instances that have the given characteristics of the MediaTypeMapping.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.