-
-
Notifications
You must be signed in to change notification settings - Fork 261
CookieContainer.getCookies()
David Ortner edited this page Apr 10, 2025
·
6 revisions
Returns cookies.
getCookies(url: URL | null = null, httpOnly = false): ICookie[]| Parameter | Type | Description |
|---|---|---|
| url? | URL | null |
| httpOnly? | boolean | HTTP Only |
ICookie[]
Help Packages