System.Net.CookieContainer: Property Members

The properties 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 Properties

Capacityint.

Gets and sets the number of System.Net.Cookie instances that a System.Net.CookieContainer can hold.

[read-only]
Countint.

Gets the number of System.Net.Cookie instances that a System.Net.CookieContainer currently holds.

MaxCookieSizeint.

Represents the maximum allowed length of a System.Net.Cookie.

PerDomainCapacityint.

Gets and sets the number of System.Net.Cookie instances that a System.Net.CookieContainer can hold per domain.