Skip to content

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 = 0

You may pass this class directly to EasyHandle.SetOption.

##Methods

##Properties

##See also

Clone this wiki locally