CookieCollection.CopyTo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Copies the contents of this CookieCollection to the specified array, starting at the specified index.
Assembly: System.Net (in System.Net.dll)
Parameters
- array
- Type: System.Array
The array to copy the contents of the collection to.
- index
- Type: System.Int32
The 0-based index in the destination array to start the copy operation.
Implements
ICollection.CopyTo(Array, Int32)
Show: