Skip to content

libcURL.CookieEngine.Constructor

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

libcURL.CookieEngine.Constructor

Method Signature

 Protected Sub Constructor(Owner As libcURL.EasyHandle)

Parameters

Name Type Comment
Owner EasyHandle The EasyHandle whose cookies are to be manipulated

Remarks

Generally, you should not construct instances of this class. Use the value returned from EasyHandle.CookieEngine (or cURLClient.Cookies) instead.

Clone this wiki locally