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.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
SyntaxPublic Enumeration CFXCodec
MembersMember name | Value | Description |
---|
raw | 0 |
Messages are transmitted uncompressed in raw JSON format with UTF-8 encoding
|
gzip | 1 |
Messages are transmitted in compressed GZIP format
|
See Also