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.

BaseJsonMediaTypeFormatter Constructor

 

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

Return to top

BaseJsonMediaTypeFormatter Constructor ()

Initializes a new instance of the BaseJsonMediaTypeFormatter class.

protected:
BaseJsonMediaTypeFormatter()
Return to top

BaseJsonMediaTypeFormatter Constructor (BaseJsonMediaTypeFormatter^)

Initializes a new instance of the BaseJsonMediaTypeFormatter class.

protected:
BaseJsonMediaTypeFormatter(
	BaseJsonMediaTypeFormatter^ formatter
)

Parameters

formatter
Type: System.Net.Http.Formatting::BaseJsonMediaTypeFormatter^

The BaseJsonMediaTypeFormatter instance to copy settings from.

Return to top
Show: