WebPubSubDataType Enum

Definition

Message data type.

public enum WebPubSubDataType
type WebPubSubDataType = 
Public Enum WebPubSubDataType
Inheritance
WebPubSubDataType

Fields

Binary 0

binary of content type application/octet-stream.

Json 1

json of content type application/json.

Text 2

text of content type text/plain.

Applies to