Skip to content
Andrew Lambert edited this page Nov 7, 2015 · 8 revisions

libcURL.ProxyType

##Enum Declaration

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

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

Clone this wiki locally