Share via


XmlMediaTypeFormatter.InvokeGetDeserializer Method (Type, HttpContent)

 

This method is to support infrastructure and is not intended to be used directly from your code.

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

Syntax

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public object InvokeGetDeserializer(
    Type type,
    HttpContent content
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
Object^ InvokeGetDeserializer(
    Type^ type,
    HttpContent^ content
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member InvokeGetDeserializer : 
        type:Type *
        content:HttpContent -> Object
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function InvokeGetDeserializer (
    type As Type,
    content As HttpContent
) As Object

Parameters

Return Value

Type: System.Object

Returns Object.

See Also

XmlMediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top