Table of Contents

Class ConnectionSettings

Namespace
Coherence.Common
Assembly
Coherence.Common.dll

Settings that enable fine-tuning of the server connection.

public class ConnectionSettings
Inheritance
ConnectionSettings

Constructors

ConnectionSettings()

public ConnectionSettings()

Fields

MTU

public const int MTU = 1280

Field Value

int

Ping

Settings related to time syncing (ping calculation).

public ConnectionSettings.PingSettings Ping

Field Value

ConnectionSettings.PingSettings

UseDebugStreams

public bool UseDebugStreams

Field Value

bool

Properties

Default

public static ConnectionSettings Default { get; }

Property Value

ConnectionSettings

DisconnectTimeout

Amount of time allowed to pass without receiving data from server before disconnecting.

public TimeSpan DisconnectTimeout { get; set; }

Property Value

TimeSpan

DisconnectTimeoutMilliseconds

Amount of time allowed to pass without receiving data from server before disconnecting.

public float DisconnectTimeoutMilliseconds { get; set; }

Property Value

float