HttpTransportElement.MaxPendingAccepts Property

Definition

Gets or sets the maximum number of pending asynchronous accept operations that are available for processing incoming connections to the service.

public:
 property int MaxPendingAccepts { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=0)]
[System.Configuration.IntegerValidator(MaxValue=100000, MinValue=0)]
public int MaxPendingAccepts { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MaxValue=100000, MinValue=0)>]
member this.MaxPendingAccepts : int with get, set
Public Property MaxPendingAccepts As Integer

Property Value

The maximum number of pending asynchronous accept operations that are available for processing incoming connections to the service.

Attributes

Applies to