WebSocketTransportSettings.MaxPendingConnections プロパティ

定義

保留中の接続の許可される最大数を取得または設定します。

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

プロパティ値

保留状態の接続の最大数。

適用対象