The fields of System.Net.CookieContainer are listed below. For a list of all members, see the CookieContainer Members list.
See Also: Inherited members from System.Object
const | DefaultCookieLengthLimit | int (4096).
Represents the default maximum size, in bytes, of the System.Net.Cookie instances that the System.Net.CookieContainer can hold. This field is constant. |
const | DefaultCookieLimit | int (300).
Represents the default maximum number of System.Net.Cookie instances that the System.Net.CookieContainer can hold. This field is constant. |
const | DefaultPerDomainCookieLimit | int (20).
Represents the default maximum number of System.Net.Cookie instances that the System.Net.CookieContainer can reference per domain. This field is constant. |