Skip to content

libcURL.HTTPAuthMethods.SetOnly

Andrew Lambert edited this page Nov 7, 2015 · 5 revisions

#libcURL.HTTPAuthMethods.SetOnly

##Method Signature

 Sub SetOnly(AuthMethod As libcURL.CURLAUTH)

##Parameters

Name Type Comment
AuthMethod CURLAUTH The authentication method to exclusively enable.

##Remarks A convenience method that enables only the specified authentication method; all others are disabled.

Clone this wiki locally