Skip to content
Andrew Lambert edited this page May 17, 2023 · 8 revisions

libcURL.ProxyType

Enumeration

Protected Enum ProxyType
  HTTP=0
  HTTP1_0=1
  HTTPS=2
  HTTPS2=3
  SOCKS4=4
  SOCKS5=5
  SOCKS4A=6
  SOCKS5_HOSTNAME=7

Remarks

Used in the ProxyEngine class to indicate the type of proxy being used.

Clone this wiki locally