ServiceContractResolver(MediaTypeFormatter) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.