CookieContainer.Count プロパティ

定義

Cookie が現在保持している CookieContainer インスタンス数を取得します。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

プロパティ値

Cookie が現在保持しているCookieContainer インスタンス数。 これは、すべてのドメイン内の Cookie インスタンスの合計数を示します。

注釈

このプロパティの既定値は DefaultCookieLimit です。 が 以上の場合 CountCapacityコンテナーから 1 つ以上 Cookie のインスタンスが削除されます。 スコープ内にCountCapacity有効期限が切れたCookieインスタンスがある場合は、クリーンアップされます。次のように、十分なインスタンスが削除されます。 そうでない場合は、最近使用 CookieCollection した最も新しい が見つかり、コンテナーから削除されます。

適用対象

こちらもご覧ください