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.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Net.Multiplexing
Assembly: DotNext.Net.Cluster.dll
Syntax
public class TcpMultiplexedClient.Options : MultiplexedClient.Options

Constructors

View Source

Options()

Declaration
public Options()

Properties

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.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾