Enum MessageConversionType
Message conversion type.
Namespace: Nevatech.Vsb.Repository.Processing
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum MessageConversionType
Fields
Name | Description |
---|---|
Auto | Convert response messages according to the client-requested content type. This option can only be used in response pipeline and looks for "Accept" HTTP header to be provided in the request message. If header is found, the response message is transformed according to the headers value. If header is not found or component is used in the request pipeline the message content is left untouched. |
JsonToXml | Convert non-empty messages from JSON to XML format. |
XmlToJson | Convert non-empty messages from XML to JSON format. |