WebSocketTransportSettings.MaxPendingConnections Property

Definition

Gets or sets the maximum number of allowed pending connections.

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

Property Value

The maximum number of allowed pending connections.

Applies to