Class XmlFormatMapper
Forces WebMessageEncodingBindingElement to use XML format for all incoming messages.
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class XmlFormatMapper : WebContentTypeMapper
Constructors
XmlFormatMapper()
Declaration
public XmlFormatMapper()
Methods
GetMessageFormatForContentType(String)
Returns the message format used for a specified content type.
Declaration
public override WebContentFormat GetMessageFormatForContentType(string contentType)
Parameters
Type | Name | Description |
---|---|---|
String | contentType | The content type that indicates the MIME type of data to be interpreted. |
Returns
Type | Description |
---|---|
WebContentFormat | The WebContentFormat that specifies the format to which the message content type is mapped. |