libcURL.CookieEngine.Value - charonn0/RB-libcURL GitHub Wiki

libcURL.CookieEngine.Value

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