KestrelServerLimits.MaxConcurrentConnections プロパティ

定義

開いている接続の最大数を取得または設定します。 null に設定すると、接続の数は無制限になります。

既定値は null です。

public:
 property Nullable<long> MaxConcurrentConnections { Nullable<long> get(); void set(Nullable<long> value); };
public long? MaxConcurrentConnections { get; set; }
member this.MaxConcurrentConnections : Nullable<int64> with get, set
Public Property MaxConcurrentConnections As Nullable(Of Long)

プロパティ値

注釈

接続が WebSocket などの別のプロトコルにアップグレードされると、その接続は の代わりにMaxConcurrentConnections制限に対してMaxConcurrentUpgradedConnectionsカウントされます。

適用対象