HttpSysOptions.MaxConnections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of concurrent connections to accept. Set -1
for infinite.
Set to null
to use the registry's machine-wide setting.
The default value is null
(machine-wide setting).
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)