QuicListenerOptions.ListenBacklog Property

Definition

Gets or sets the number of connections to be held without accepting any of them, that is, the maximum size of the pending connection queue.

public:
 property int ListenBacklog { int get(); void set(int value); };
public int ListenBacklog { get; set; }
member this.ListenBacklog : int with get, set
Public Property ListenBacklog As Integer

Property Value

Applies to