Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MediaTypeFormatter.GetPerRequestFormatterInstance Method (Type, HttpRequestMessage, MediaTypeHeaderValue)

 

Returns a specialized instance of the MediaTypeFormatter that can format a response for the given parameters.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

public virtual MediaTypeFormatter GetPerRequestFormatterInstance(
	Type type,
	HttpRequestMessage request,
	MediaTypeHeaderValue mediaType
)

Parameters

type
Type: System.Type

The type to format.

request
Type: System.Net.Http.HttpRequestMessage

The request.

mediaType
Type: System.Net.Http.Headers.MediaTypeHeaderValue

The media type.

Return to top
Show: