Share via


XmlMediaTypeFormatter Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod XmlMediaTypeFormatter()

Initializes a new instance of the XmlMediaTypeFormatter class.

System_CAPS_protmethod XmlMediaTypeFormatter(XmlMediaTypeFormatter)

Initializes a new instance of the XmlMediaTypeFormatter class.

See Also

XmlMediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top

XmlMediaTypeFormatter Constructor ()

Initializes a new instance of the XmlMediaTypeFormatter class.

Syntax

public XmlMediaTypeFormatter()
public:
XmlMediaTypeFormatter()
new : unit -> XmlMediaTypeFormatter
Public Sub New

Return to top

XmlMediaTypeFormatter Constructor (XmlMediaTypeFormatter)

Initializes a new instance of the XmlMediaTypeFormatter class.

Syntax

protected XmlMediaTypeFormatter(
    XmlMediaTypeFormatter formatter
)
protected:
XmlMediaTypeFormatter(
    XmlMediaTypeFormatter^ formatter
)
new : 
        formatter:XmlMediaTypeFormatter -> XmlMediaTypeFormatter
Protected Sub New (
    formatter As XmlMediaTypeFormatter
)

Parameters

Return to top