Show / Hide Table of Contents

Class TcpMultiplexedClient.Options

Represents configuration of TCP multiplexing protocol client.

Inheritance
object
MultiplexingOptions
MultiplexedClient.Options
TcpMultiplexedClient.Options
Inherited Members
MultiplexedClient.Options.Timeout
MultiplexedClient.Options.HeartbeatDrift
MultiplexingOptions.BufferOptions
MultiplexingOptions.MeasurementTags
MultiplexingOptions.Backlog
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DotNext.Net.Multiplexing
Assembly: DotNext.Net.Cluster.dll
Syntax
public class TcpMultiplexedClient.Options : MultiplexedClient.Options

Properties

| Edit this page View Source

ConnectTimeout

Gets or sets connection timeout.

Declaration
public TimeSpan ConnectTimeout { get; init; }
Property Value
Type Description
TimeSpan

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.GetUserData<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, ReadOnlySpan<T>)
ExpressionBuilder.Const<T>(T)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾