WebContentFormat 열거형

정의

들어오는 메시지의 콘텐츠 형식이 매핑될 수 있는 메시지 형식을 지정합니다.

public enum class WebContentFormat
public enum WebContentFormat
type WebContentFormat = 
Public Enum WebContentFormat
상속
WebContentFormat

필드

Default 0

매핑할 형식을 확인할 수 없습니다.

Json 2

JSON 형식에 매핑합니다.

Raw 3

"Raw" 이진 형식에 매핑합니다.

Xml 1

XML 형식에 매핑합니다.

설명

WebContentFormat의 인스턴스에서 WebContentTypeMapper의 값을 반환하여 들어오는 메시지의 콘텐츠 형식이 매핑될 형식을 나타냅니다.

적용 대상