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)

属性值

适用于