ServiceContractResolver(MediaTypeFormatter) Constructor

Definition

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

public ServiceContractResolver (System.Net.Http.Formatting.MediaTypeFormatter formatter);
new Microsoft.WindowsAzure.Mobile.Service.Serialization.ServiceContractResolver : System.Net.Http.Formatting.MediaTypeFormatter -> Microsoft.WindowsAzure.Mobile.Service.Serialization.ServiceContractResolver
Public Sub New (formatter As MediaTypeFormatter)

Parameters

formatter
System.Net.Http.Formatting.MediaTypeFormatter

The System.Net.Http.Formatting.MediaTypeFormatter used to resolve required members.

Applies to