ConnectionOrientedTransportBindingElement.MaxPendingConnections Property

Definition

Gets or sets the maximum number of connections awaiting dispatch on the service.

public int MaxPendingConnections { get; set; }
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

Property Value

The maximum number of inbound connections awaiting dispatch on the service. The default value is 10.

Exceptions

The value is less than or equal to zero.

Applies to