Class SessionAttributes
- Namespace
- PushTechnology.ClientInterface.Client.Session
- Assembly
- Diffusion.Client.dll
Constants relating to the ISessionAttributes interface.
public static class SessionAttributes
- Inheritance
-
SessionAttributes
- Inherited Members
Remarks
Added in 5.0.
Fields
DEFAULT_CONNECTION_TIMEOUT
The default connection timeout in milliseconds.
public static readonly int DEFAULT_CONNECTION_TIMEOUT
Field Value
- int
2 seconds.
Remarks
Added in 5.0.
- See Also
DEFAULT_INPUT_BUFFER_SIZE
The default size of socket and message input buffers in bytes.
public static readonly int DEFAULT_INPUT_BUFFER_SIZE
Field Value
- int
1 MiB.
Remarks
Added in 5.0.
- See Also
DEFAULT_MAXIMUM_MESSAGE_SIZE
The default maximum message size in bytes.
public static readonly int DEFAULT_MAXIMUM_MESSAGE_SIZE
Field Value
- int
~2 GiB (
System.Int32.MaxValue).
Remarks
Added in 5.0.
- See Also
DEFAULT_MAXIMUM_QUEUE_SIZE
The default maximum outbound queue size in messages.
public static readonly int DEFAULT_MAXIMUM_QUEUE_SIZE
Field Value
- int
1000 messages.
Remarks
Added in 5.9.
- See Also
DEFAULT_OUTPUT_BUFFER_SIZE
The default size of socket and message output buffers in bytes.
public static readonly int DEFAULT_OUTPUT_BUFFER_SIZE
Field Value
- int
1 MiB.
Remarks
Added in 5.0.
- See Also
DEFAULT_RECONNECTION_TIMEOUT
The default reconnection timeout in milliseconds.
public static readonly int DEFAULT_RECONNECTION_TIMEOUT
Field Value
- int
60 seconds.
Remarks
Added in 5.5.
- See Also
DEFAULT_RECOVERY_BUFFER_SIZE
The default recovery buffer size in messages.
public static readonly int DEFAULT_RECOVERY_BUFFER_SIZE
Field Value
- int
128 messages.
Remarks
Added in 6.0.
- See Also
DEFAULT_REQUEST_PATH
The default request path.
public static readonly string DEFAULT_REQUEST_PATH
Field Value
- string
"/diffusion".
Remarks
Added in 6.12.
- See Also
DEFAULT_WRITE_TIMEOUT
The default write timeout for blocking writes in milliseconds.
public static readonly int DEFAULT_WRITE_TIMEOUT
Field Value
- int
2 seconds.
Remarks
Added in 5.0.
- See Also
MAXIMUM_MESSAGE_SIZE_MIN
The minimum value that the maximum message size can be set to in bytes.
public static readonly int MAXIMUM_MESSAGE_SIZE_MIN
Field Value
- int
1024 bytes.
Remarks
Added in 5.0.
- See Also