Skip to content

CookieContainer.getCookies()

David Ortner edited this page Apr 10, 2025 · 6 revisions

Returns cookies.

Signature

getCookies(url: URL | null = null, httpOnly = false): ICookie[]

Parameters

Parameter Type Description
url? URL null
httpOnly? boolean HTTP Only

Returns

ICookie[]

Clone this wiki locally