Class MultiplexingOptions
Represents multiplexing protocol options.
Inherited Members
Namespace: DotNext.Net.Multiplexing
Assembly: DotNext.Net.Cluster.dll
Syntax
public abstract class MultiplexingOptions
Properties
| Edit this page View SourceBacklog
For the listener, it's the maximum amount of pending streams in the backlog. For the client, it's the maximum amount of the streams that can be in the batch for sending.
Declaration
public int Backlog { get; init; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|
BufferOptions
Gets or sets buffering options.
Declaration
public PipeOptions BufferOptions { get; init; }
Property Value
Type | Description |
---|---|
PipeOptions |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
MeasurementTags
Gets or sets measurement tags for metrics.
Declaration
public TagList MeasurementTags { get; init; }
Property Value
Type | Description |
---|---|
TagList |