Edit

Share via


TcpEndpointProbesOptions.MaxPendingConnections Property

Definition

Gets or sets the maximum length of the pending connections queue.

public:
 property int MaxPendingConnections { int get(); void set(int value); };
[System.ComponentModel.DataAnnotations.Range(1, 10000)]
public int MaxPendingConnections { get; set; }
[<System.ComponentModel.DataAnnotations.Range(1, 10000)>]
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

Property Value

The default value is 10.

Attributes

Applies to