• Version 1.7.1
Show / Hide Table of Contents

Class SessionSettings.Default

Default SessionSettings values.

Inheritance
object
SessionSettings.Default
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public static class SessionSettings.Default

Fields

DecoderLibraryPath

Declaration
public const string DecoderLibraryPath = "OnixS.SimpleBinaryEncoding.Cme.dll"
Field Value
Type Description
string

The default value for TemplatesFilePath

FileBasedStorageSegmentSize

Declaration
public const long FileBasedStorageSegmentSize = 0
Field Value
Type Description
long

The default value for FileBasedStorageSegmentSize

IgnoreFileBasedStorageIntegrityErrors

Declaration
public const bool IgnoreFileBasedStorageIntegrityErrors = false
Field Value
Type Description
bool

The default value for IgnoreFileBasedStorageIntegrityErrors

KeepAliveInterval

Declaration
public const int KeepAliveInterval = 30000
Field Value
Type Description
int

The default value for KeepAliveInterval

LicenseAlertingDaysBeforeExpiration

Declaration
public const int LicenseAlertingDaysBeforeExpiration = 3
Field Value
Type Description
int

The default value for LicenseAlertingDaysBeforeExpiration

LicenseStore

Declaration
public const string LicenseStore = "."
Field Value
Type Description
string

The default value for LicenseStore

LicenseString

Declaration
public const string LicenseString = ""
Field Value
Type Description
string

The default value for LicenseString

LoadDecoderLibrary

Declaration
public const bool LoadDecoderLibrary = false
Field Value
Type Description
bool

The default value for LoadDecoderLibrary

LocalNetworkInterface

Declaration
public const IPAddress LocalNetworkInterface = null
Field Value
Type Description
IPAddress

The default value for LocalNetworkInterface

LocalTimeUsage

Declaration
public const bool LocalTimeUsage = false
Field Value
Type Description
bool

The default value for LocalTimeUsage

LogBeforeSending

Declaration
public const bool LogBeforeSending = true
Field Value
Type Description
bool

The default value for LogBeforeSending

MessageGrouping

Declaration
public const int MessageGrouping = 0
Field Value
Type Description
int

The default value for MessageGrouping

ReasonableTransmissionTime

Declaration
public const int ReasonableTransmissionTime = 20
Field Value
Type Description
int

The default value for ReasonableTransmissionTime

ReceiveBufferSize

Declaration
public const int ReceiveBufferSize = 65535
Field Value
Type Description
int

The default value for ReceiveBufferSize

ReceiveSpinningTimeout

Declaration
public const int ReceiveSpinningTimeout = 0
Field Value
Type Description
int

The default value for ReceiveSpinningTimeout

ReconnectAttempts

Declaration
public const int ReconnectAttempts = 3
Field Value
Type Description
int

The default value for ReconnectAttempts

ReconnectInterval

Declaration
public const int ReconnectInterval = 90
Field Value
Type Description
int

The default value for ReconnectInterval

SendBufferSize

Declaration
public const int SendBufferSize = 65535
Field Value
Type Description
int

The default value for SendBufferSize

SendQueueMaxSize

Declaration
public const int SendQueueMaxSize = 536870912
Field Value
Type Description
int

The default value for SendQueueMaxSize

SendSpinningTimeout

Declaration
public const int SendSpinningTimeout = 0
Field Value
Type Description
int

The default value for SendSpinningTimeout

SentMessagesQueueMaxSize

Declaration
public const int SentMessagesQueueMaxSize = 0
Field Value
Type Description
int

The default value for SentMessagesQueueMaxSize

StorageDirectory

Declaration
public const string StorageDirectory = "MsgStorage"
Field Value
Type Description
string

The default value for StorageDirectory

TcpNoDelay

Declaration
public const bool TcpNoDelay = true
Field Value
Type Description
bool

The default value for TcpNoDelay

TemplatesFilePath

Declaration
public const string TemplatesFilePath = "ilinkbinary.xml"
Field Value
Type Description
string

The default value for TemplatesFilePath

UpdateSendingTime

Declaration
public const bool UpdateSendingTime = true
Field Value
Type Description
bool

The default value for UpdateSendingTime

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX