Click or drag to resize

CFXCodec Enumeration

An enumeration that describes the encoding method that will be used to serialize/deserialize CFX messages for transmission across the wire. Similar to Content-Encoding header in HTTP,

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public enum CFXCodec
Members
Member nameValueDescription
raw0 Messages are transmitted uncompressed in raw JSON format with UTF-8 encoding
gzip1 Messages are transmitted in compressed GZIP format
See Also