Skip to content

libcURL.FeatureType

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

libcURL.FeatureType

Enumeration

Protected Enum FeatureType
  AsyncDNS=128
  CharsetConversion=4096
  DebugSymbols=8192
  HTTP2=65536
  InternationalDomainNames=1024
  IPv6=1
  LargeFiles=512
  SSL=4
  Auth_Kerberos4=2
  Auth_Kerberos5
  Auth_NTLM=16
  Auth_GSS=32
  Auth_SPNEGO=256
  Auth_SSPI=2048
  Auth_TLS_SRP=16384

Remarks

Used in the IsfeatureAvailable method to indicate which feature is being queried.

Clone this wiki locally