cURLSession.GetCookie - charonn0/RB-libcURL GitHub Wiki
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.