Skip to content

cURLSession.GetCookie

Andrew Lambert edited this page Jan 8, 2023 · 4 revisions

libcURL.cURLSession.GetCookie

Method Signature

 Function GetCookie(Name As String, Domain As String) As String

Parameters

Name Type Comment
Name String The name of the cookie to get.
Domain String The domain of the cookie to get.

Return value

The value of the cookie named Name set for host Domain, or the empty string ("") if no cookie is found.

See also

Clone this wiki locally