Copies the elements of a System.Net.CookieCollection to an instance of the Array class, starting at a particular index.
- array
The target Array to which the System.Net.CookieCollection will be copied.
- index
The zero-based index in the target Array where copying begins.
The Array array parameter must be one-dimensional with zero-based indexing.