HttpSysOptions.RequestQueueLimit 属性

定义

获取或设置将在 Http.Sys 中排队的最大请求数。 附加到现有队列时,此设置不适用。 默认值为 1000。

public:
 property long RequestQueueLimit { long get(); void set(long value); };
public long RequestQueueLimit { get; set; }
member this.RequestQueueLimit : int64 with get, set
Public Property RequestQueueLimit As Long

属性值

适用于