-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.HTTPAuthMethods
Andrew Lambert edited this page Nov 7, 2015
·
14 revisions
libcURL.HTTPAuthMethods
##Class Declaration
Public Class HTTPAuthMethods##Remarks This class represents a bitmask of available or permitted 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.
##Methods
##Properties
##See also
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.