Share via


XmlMediaTypeFormatter.InvokeCreateXmlReader Method (Stream, 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 XmlReader InvokeCreateXmlReader(
    Stream readStream,
    HttpContent content
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
XmlReader^ InvokeCreateXmlReader(
    Stream^ readStream,
    HttpContent^ content
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member InvokeCreateXmlReader : 
        readStream:Stream *
        content:HttpContent -> XmlReader
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function InvokeCreateXmlReader (
    readStream As Stream,
    content As HttpContent
) As XmlReader

Parameters

Return Value

Type: System.Xml.XmlReader

Returns XmlReader.

See Also

XmlMediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top