CookieContainer.PerDomainCapacity Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of Cookie instances that a CookieContainer can hold per domain.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Int32The number of Cookie instances that a CookieContainer can hold per domain. The default is 20.
Show: