-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.HTTPAuthMethods
Andrew Lambert edited this page Mar 15, 2017
·
14 revisions
libcURL.HTTPAuthMethods
Public Class HTTPAuthMethodsThis 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 value to a reference to create a new instance:
Dim auth As libcURL.HTTPAuthMethods = 0You may pass this class directly to EasyHandle.SetOption.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.