Add Method (CookieCollection)
Collapse the table of content
Expand the table of content

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.

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

'Declaration
Public Sub Add ( _
	cookies As CookieCollection _
)

Parameters

cookies
Type: System.Net.CookieCollection
The CookieCollection to add to this collection.

ExceptionCondition
ArgumentNullException

cookies is Nothing.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft