CookieCollection.Add Method (CookieCollection)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds the contents of the specified CookieCollection to this collection.
Assembly: System.Net (in System.Net.dll)
Parameters
- cookies
- Type: System.Net.CookieCollection
The CookieCollection to add to this collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | cookies is Nothing. |
Show: