ObjectContent.SelectReadFormatter Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Selects the appropriate MediaTypeFormatter to read the object content.

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

Syntax

'Declaration
Protected Function SelectReadFormatter As MediaTypeFormatter
protected MediaTypeFormatter SelectReadFormatter()
protected:
MediaTypeFormatter^ SelectReadFormatter()
member SelectReadFormatter : unit -> MediaTypeFormatter 
protected function SelectReadFormatter() : MediaTypeFormatter

Return Value

Type: System.Net.Http.Formatting.MediaTypeFormatter
The selected MediaTypeFormatter or null.

.NET Framework Security

See Also

Reference

ObjectContent Class

System.Net.Http Namespace