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)
屬性值
備註
當連線升級至另一個通訊協定時,例如 WebSockets,其連線會根據 MaxConcurrentUpgradedConnections 限制計算,而不是 MaxConcurrentConnections 。