HttpSysOptions.MaxConnections Property

Definition

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)

Property Value

Applies to