Class MultiplexedClient.Options
Represents multiplexing client options.
Inherited Members
Namespace: DotNext.Net.Multiplexing
Assembly: DotNext.Net.Cluster.dll
Syntax
public class MultiplexedClient.Options : MultiplexingOptions
Properties
| Edit this page View SourceHeartbeatDrift
Determines a drift between heartbeat packet and regular network timeout.
Declaration
public double HeartbeatDrift { get; init; }
Property Value
Type | Description |
---|---|
double |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|
Timeout
Gets or sets the send/receive timeout.
Declaration
public TimeSpan Timeout { get; init; }
Property Value
Type | Description |
---|---|
TimeSpan |