libcURL.EasyHandle.SetAuthMethods - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.SetAuthMethods
Method Signature
Function SetAuthMethods(NewAuthMask As libcURL.HTTPAuthMethods) As Boolean
Parameters
| Name | Type | Comment |
|---|---|---|
| NewAuthMask | HTTPAuthMethods | An object which represents the HTTP authentication methods which should be allowed |
Return value
If the operation succeeds this method returns True.
See also
- EasyHandle.GetAuthMethods
- CURLOPT_HTTPAUTH in the libcURL documentation.