Skip to content

libcURL.HTTPAuthMethods

Andrew Lambert edited this page Mar 11, 2021 · 14 revisions

libcURL.HTTPAuthMethods

Class Declaration

 Protected Class HTTPAuthMethods

Remarks

This class represents a bitmask of available or permitted HTTP and proxy authentication methods. Enabling or disabling an authentication method sets or clears the corresponding bit in the value returned from the Mask method.

This class cannot be instantiated using the New keyword. You must assign an integer or CURLAUTH value to a reference to create a new instance:

  Dim auth As libcURL.HTTPAuthMethods = 0

You may pass this class directly to EasyHandle.SetOption.

Methods

Properties

See also

Clone this wiki locally