Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CookieCollection::CopyTo Method

 

Copies the elements of this CookieCollection to the specified destination array.

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies the elements of a CookieCollection to an instance of the Array class, starting at a particular index.

System_CAPS_pubmethodCopyTo(array<Cookie^>^, Int32)

Copies the elements of this CookieCollection to a Cookie array starting at the specified index of the target array.

Return to top
Show:
© 2017 Microsoft