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: 1.7.3
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