-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyType
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.