SocketTransportOptions.Backlog Property

Definition

The maximum length of the pending connection queue.

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

Property Value

Remarks

Defaults to 512 pending connections.

Applies to