WebContentFormat 열거형

정의

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

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

필드

Name Description
Default 0

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

Xml 1

XML 형식에 매핑합니다.

Json 2

JSON 형식에 매핑합니다.

Raw 3

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

설명

들어오는 메시지의 WebContentFormat 콘텐츠 형식이 매핑되는 형식을 나타내기 위해 인스턴스 WebContentTypeMapper 에서 값을 반환합니다.

적용 대상