-
-
Notifications
You must be signed in to change notification settings - Fork 11
cURLSession.GetCookie
Andrew Lambert edited this page Jan 8, 2023
·
4 revisions
libcURL.cURLSession.GetCookie
Function GetCookie(Name As String, Domain As String) As String
Name | Type | Comment |
---|---|---|
Name | String | The name of the cookie to get. |
Domain | String | The domain of the cookie to get. |
The value of the cookie named Name
set for host Domain
, or the empty string ("") if no cookie is found.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.