WebContentFormat Enumeration

Definition

Gibt die Nachrichtenformate an, denen Inhaltstypen von eingehenden Nachrichten zugeordnet werden können.

public enum class WebContentFormat
public enum WebContentFormat
type WebContentFormat = 
Public Enum WebContentFormat
Vererbung
WebContentFormat

Felder

Default 0

Das zuzuordnende Format kann nicht bestimmt werden.

Json 2

Zuordnung zum JSON-Format.

Raw 3

Zuordnung zum "Unformatierten" Binärformat.

Xml 1

Zuordnung zum XML-Format.

Hinweise

Ein Wert von WebContentFormat wird durch eine Instanz von WebContentTypeMapper zurückgegeben, um das Format anzugeben, dem der Inhaltstyp einer eingehenden Nachricht zugeordnet ist.

Gilt für