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

속성 값

적용 대상