HttpSysOptions.MaxConnections 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要接受的並行連線數目上限。 設定 -1
為無限。
null
設定為 ,以使用登錄的全電腦設定。
預設值 (null
全電腦設定) 。
public:
property Nullable<long> MaxConnections { Nullable<long> get(); void set(Nullable<long> value); };
public long? MaxConnections { get; set; }
member this.MaxConnections : Nullable<int64> with get, set
Public Property MaxConnections As Nullable(Of Long)