HttpCookieGenerator.this

Constructor

class HttpCookieGenerator
this
(
string id
,)

Parameters

id string

cookie ID

attribute_names string[]

cookie attribute names

Note: This constructor takes a reference to id and use it internally, hence 'id' must remain valid for the lifetime of this object.

Meta