Skip to content

libcURL.ProxyEngine

Andrew Lambert edited this page Nov 7, 2015 · 24 revisions

libcURL.ProxyEngine

##Class Declaration

 Public Class ProxyEngine

##Remarks 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, and HTTP proxy 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.

##Methods

##Properties

##See also

Clone this wiki locally