HttpSysOptions.RequestQueueLimit Property

Definition

Gets or sets the maximum number of requests that will be queued up in Http.Sys. This settings does not apply when attaching to an existing queue. The default is 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

Property Value

Applies to