WebContentFormat 枚举

定义

指定可将传入消息的内容类型映射到的消息格式。

public enum class WebContentFormat
public enum WebContentFormat
type WebContentFormat = 
Public Enum WebContentFormat
继承
WebContentFormat

字段

Default 0

无法确定要映射到的格式。

Json 2

映射到 JSON 格式。

Raw 3

映射到“原始”二进制格式。

Xml 1

映射到 XML 格式。

注解

WebContentFormat 的值由 WebContentTypeMapper 的实例返回,指示将传入消息的内容类型映射到的格式。

适用于