CookieContainer Constructor (Int32)
.NET Framework (current version)
Initializes a new instance of the CookieContainer class with a specified value for the number of Cookie instances that the container can hold.
Assembly: System (in System.dll)
Parameters
- capacity
-
Type:
System::Int32
The number of Cookie instances that the CookieContainer can hold.
| Exception | Condition |
|---|---|
| ArgumentException | capacity is less than or equal to zero. |
PerDomainCapacity is initialized to 20, and MaxCookieSize is initialized to 4096.
.NET Framework
Available since 1.1
Available since 1.1
Show: