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

プロパティ値

適用対象