Skip to content

libcURL.CookieEngine.Value

Andrew Lambert edited this page Nov 26, 2022 · 9 revisions

Method Signatures

 Function Value(Index As Integer) As String
 Sub Value(Index As Integer, Assigns NewValue As String)

Parameters

Value(Integer)

Name Type Comment
Index Integer The index of the cookie to get. The first cookie is at Index 0

Value(Integer, String)

Name Type Comment
Index Integer The index of the cookie to set. The first cookie is at Index 0
NewValue String The new value for the cookie

Return value

The cookie value.

Remarks

Gets and sets the value of the cookie at Index.

See also

Clone this wiki locally