WebContentFormat Enum
Definition
Specifies the message formats to which content types of incoming messages can be mapped.
public enum class WebContentFormat
public enum WebContentFormat
type WebContentFormat =
Public Enum WebContentFormat
- Inheritance
Fields
Default | 0 | The format to map to cannot be determined. |
Json | 2 | Map to the JSON format. |
Raw | 3 | Map to the "Raw" binary format. |
Xml | 1 | Map to the XML format. |
Remarks
A value of WebContentFormat is returned by an instance of WebContentTypeMapper to indicate the format to which the content type of an incoming message is mapped.