KestrelServerLimits.MaxConcurrentConnections プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
開いている接続の最大数を取得または設定します。 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カウントされます。