CookieContainer.PerDomainCapacity 属性

定义

获取或设置 CookieContainer 可以在每个域包含的 Cookie 实例数。

public:
 property int PerDomainCapacity { int get(); void set(int value); };
public:
 property int PerDomainCapacity { int get(); };
public int PerDomainCapacity { get; set; }
public int PerDomainCapacity { get; }
member this.PerDomainCapacity : int with get, set
member this.PerDomainCapacity : int
Public Property PerDomainCapacity As Integer
Public ReadOnly Property PerDomainCapacity As Integer

属性值

每个域允许的 Cookie 实例数。

例外

PerDomainCapacity 小于或等于零。

- 或 -

(PerDomainCapacity 大于允许的最大 Cookie 实例数 300,不等于 Int32.MaxValue) 。

注解

如果新 PerDomainCapacity 值小于当前值,并且任何域集合包含的实例数 Cookie 多于新值,则会修剪集合以适应。 这使用 与 属性中所述 Capacity 相同的基本规则。 但是,这只会对此域的集合执行清理。

适用于

另请参阅