Skip to content

libcURL.ProxyEngine.ExcludeHost

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

#libcURL.ProxyEngine.ExcludeHost

##Method Signature

 Function ExcludeHost(Hostname As String) As Boolean

##Parameters

Name Type Comment
Hostname String A hostname which should be excluded from proxying

##Return value Returns True if the operation succeeded.

##Remarks Specify the hostname only; i.e. if the URL is http://www.example.com/index.html then www.example.com is the hostname.

##See also

Clone this wiki locally