Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

JsonMediaTypeFormatter Constructor

 

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

NameDescription
System_CAPS_pubmethodJsonMediaTypeFormatter()

Initializes a new instance of the JsonMediaTypeFormatter class.

System_CAPS_protmethodJsonMediaTypeFormatter(JsonMediaTypeFormatter)

Initializes a new instance of the JsonMediaTypeFormatter class.

Return to top

JsonMediaTypeFormatter Constructor ()

Initializes a new instance of the JsonMediaTypeFormatter class.

Public Sub New
Return to top

JsonMediaTypeFormatter Constructor (JsonMediaTypeFormatter)

Initializes a new instance of the JsonMediaTypeFormatter class.

Protected Sub New (
	formatter As JsonMediaTypeFormatter
)

Parameters

formatter
Type: System.Net.Http.Formatting.JsonMediaTypeFormatter

The JsonMediaTypeFormatter instance to copy settings from.

Return to top
Show: