共用方式為


HttpSysOptions.MaxConnections 屬性

定義

取得或設定要接受的並行連線數目上限。 設定 -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)

屬性值

適用於