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

Constants relating to the ISessionAttributes interface. More...

Static Public Attributes

static readonly int DEFAULT_CONNECTION_TIMEOUT = 2000
 The default connection timeout. More...
 
static readonly int DEFAULT_WRITE_TIMEOUT = 2000
 The default write timeout. More...
 
static readonly int DEFAULT_MAXIMUM_MESSAGE_SIZE = int.MaxValue
 The default maximum message size. The maximum message size limits the size of received messages. This default value is int.MaxValue, so the message size is effectively unlimited. More...
 
static readonly int MAXIMUM_MESSAGE_SIZE_MIN = 1024
 The minimum value that the maximum message size can be set to. More...
 
static readonly int DEFAULT_RECONNECTION_TIMEOUT = 60000
 The default reconnection timeout in milliseconds. More...
 
static readonly int DEFAULT_INPUT_BUFFER_SIZE = 1024 * 1024
 The default size of socket and message input buffers. More...
 
static readonly int DEFAULT_OUTPUT_BUFFER_SIZE = 1024 * 1024
 The default size of socket and message output buffers. More...
 
static readonly int DEFAULT_RECOVERY_BUFFER_SIZE = 128
 The default size of the recovery buffer. More...
 
static readonly int DEFAULT_MAXIMUM_QUEUE_SIZE = 1000
 The default maximum outbound queue size in messages. More...
 

Detailed Description

Constants relating to the ISessionAttributes interface.

Member Data Documentation

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_CONNECTION_TIMEOUT = 2000
static

The default connection timeout.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_INPUT_BUFFER_SIZE = 1024 * 1024
static

The default size of socket and message input buffers.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_MAXIMUM_MESSAGE_SIZE = int.MaxValue
static

The default maximum message size. The maximum message size limits the size of received messages. This default value is int.MaxValue, so the message size is effectively unlimited.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_MAXIMUM_QUEUE_SIZE = 1000
static

The default maximum outbound queue size in messages.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_OUTPUT_BUFFER_SIZE = 1024 * 1024
static

The default size of socket and message output buffers.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_RECONNECTION_TIMEOUT = 60000
static

The default reconnection timeout in milliseconds.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_RECOVERY_BUFFER_SIZE = 128
static

The default size of the recovery buffer.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.DEFAULT_WRITE_TIMEOUT = 2000
static

The default write timeout.

readonly int PushTechnology.ClientInterface.Client.Session.SessionAttributes.MAXIMUM_MESSAGE_SIZE_MIN = 1024
static

The minimum value that the maximum message size can be set to.


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