ServiceContractResolver Constructor (MediaTypeFormatter)

 

Initializes a new instance of the ServiceContractResolver with a given formatter to use for resolving required members.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Serialization
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Public Sub New (
	formatter As MediaTypeFormatter
)

Parameters

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

The MediaTypeFormatter used to resolve required members.

Return to top
Show: