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.
CookieContainer::Add Method
.NET Framework (current version)
Adds a Cookie to a CookieContainer.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Cookie^) | Adds a Cookie to a CookieContainer. This method uses the domain from the Cookie to determine which domain collection to associate the Cookie with. |
![]() | Add(CookieCollection^) | Adds the contents of a CookieCollection to the CookieContainer. |
![]() | Add(Uri^, Cookie^) | Adds a Cookie to the CookieContainer for a particular URI. |
![]() | Add(Uri^, CookieCollection^) | Adds the contents of a CookieCollection to the CookieContainer for a particular URI. |
Show:
