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.Azure.Mobile.Server.Serialization.ServiceContractResolver : System.Net.Http.Formatting.MediaTypeFormatter -> Microsoft.Azure.Mobile.Server.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