Skip to content

libcURL.ResponseHeader.Constructor

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

libcURL.ResponseHeader.Constructor

Method Signature

 Protected Sub Constructor(Owner As libcURL.EasyHandle, Header As curl_header)

Parameters

Name Type Comment
Owner EasyHandle The EasyHandle which owns the header.
Header curl_header The header struct.

Remarks

Creates a new instance of ResponseHeader for the EasyHandle whose response headers are being queried.

Clone this wiki locally