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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.