HttpSysOptions.MaxAccepts 属性

定义

最大并发接受数量。 默认值是 返回 ProcessorCount的处理器数的 5 倍。

public:
 property int MaxAccepts { int get(); void set(int value); };
public int MaxAccepts { get; set; }
member this.MaxAccepts : int with get, set
Public Property MaxAccepts As Integer

属性值

注解

默认为 返回 ProcessorCount的处理器数的 5 倍。

适用于