ConnectionOrientedTransportBindingElement.MaxPendingAccepts Property

Definition

Gets or sets the maximum number of channels a service can have waiting on a listener for processing incoming connections to the service.

public int MaxPendingAccepts { get; set; }

Property Value

The maximum number of channels a service can have waiting on a listener. The default value is 2 * number of processors.

Exceptions

The value is less than or equal to zero.

Remarks

This property limits the number of channels that the server can have waiting on a listener. When MaxPendingAccepts is too low, there will be a small interval of time in which all of the waiting channels have started servicing connections, but no new channels have begun listening. A connection can arrive during this interval and will fail because nothing is waiting for it on the server. This property can be configured by setting the MaxPendingConnections property to a larger number.

Applies to

Produkt Versjoner
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1