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
Capacity | int.
Gets and sets the number of System.Net.Cookie instances that a System.Net.CookieContainer can hold. | |
[read-only] | Count | int.
Gets the number of System.Net.Cookie instances that a System.Net.CookieContainer currently holds. |
MaxCookieSize | int.
Represents the maximum allowed length of a System.Net.Cookie. | |
PerDomainCapacity | int.
Gets and sets the number of System.Net.Cookie instances that a System.Net.CookieContainer can hold per domain. |