Skip to content

libcURL.ProxyEngine.IsProxied

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

#libcURL.ProxyEngine.IsProxied

##Method Signature

 Function IsProxied(Hostname As String) As Boolean

##Parameters

Name Type Comment
Hostname String A hostname which should be compared to the proxy exclusion list.

##Return value Returns True if requests to Hostname will be proxied.

##Remarks Specify the hostname only; i.e. if the URL is http://www.example.com/foo.txt then www.example.com is the hostname. If no proxy is configured then all hosts return False.

##See also

Clone this wiki locally