-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyEngine
Andrew Lambert edited this page Apr 22, 2021
·
24 revisions
libcURL.ProxyEngine
Protected Class ProxyEngine
This class presents an interface to libcURL's proxy management subsystem (the "proxy engine"). Each instance of EasyHandle has its own proxy engine.
Use this class to set the proxy options for subsequent transfers. libcURL supports using SOCKS4, SOCKS5, HTTP proxy, and HTTP tunnel servers.
Generally, you should not create your own instances of this class. Instead use the ProxyEngine reference belonging to the EasyHandle whose proxy options you want to modify.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.