Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Content.ContentEncoding Class Reference

Encoding to apply to content when serialised for transport. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Content.ContentEncoding:

Static Public Attributes

static readonly ContentEncoding NONE = new ContentEncoding( ContentEncodingEnum.NONE, 0 )
 No encoding will be applied to the content. More...
 
static readonly ContentEncoding ENCRYPTED = new ContentEncoding( ContentEncodingEnum.ENCRYPTED, 1 )
 The content will be encrypted for transport using XXTEA encryption. More...
 
static readonly ContentEncoding COMPRESSED = new ContentEncoding( ContentEncodingEnum.COMPRESSED, 2 )
 The content will be compressed for transport. More...
 

Detailed Description

Encoding to apply to content when serialised for transport.

Member Data Documentation

readonly ContentEncoding PushTechnology.ClientInterface.Client.Content.ContentEncoding.COMPRESSED = new ContentEncoding( ContentEncodingEnum.COMPRESSED, 2 )
static

The content will be compressed for transport.

readonly ContentEncoding PushTechnology.ClientInterface.Client.Content.ContentEncoding.ENCRYPTED = new ContentEncoding( ContentEncodingEnum.ENCRYPTED, 1 )
static

The content will be encrypted for transport using XXTEA encryption.

readonly ContentEncoding PushTechnology.ClientInterface.Client.Content.ContentEncoding.NONE = new ContentEncoding( ContentEncodingEnum.NONE, 0 )
static

No encoding will be applied to the content.


The documentation for this class was generated from the following file: