System.Net.CookieContainer: Field Members

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

Public Fields

const
DefaultCookieLengthLimitint (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
DefaultCookieLimitint (300).

Represents the default maximum number of System.Net.Cookie instances that the System.Net.CookieContainer can hold. This field is constant.

const
DefaultPerDomainCookieLimitint (20).

Represents the default maximum number of System.Net.Cookie instances that the System.Net.CookieContainer can reference per domain. This field is constant.