HttpCookieCollection.CopyTo Method (Array, Int32)
.NET Framework (current version)
Copies members of the cookie collection to an Array beginning at the specified index of the array.
Assembly: System.Web (in System.Web.dll)
Parameters
- dest
-
Type:
System.Array
The destination Array.
- index
-
Type:
System.Int32
The index of the destination array where copying starts.
The following example copies the entire cookie collection into a new Array object.
.NET Framework
Available since 1.1
Available since 1.1
Show: