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

Parameters

Return Value

Type: System.Xml.XmlWriter

Returns XmlWriter.

See Also

XmlMediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top