Skip to content

libcURL.ProxyEngine.IncludeHost

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

#libcURL.ProxyEngine.IncludeHost

##Method Signature

 Function IncludeHost(Hostname As String) As Boolean

##Parameters

Name Type Comment
Hostname String A hostname which should no longer 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/foo.txt then www.example.com is the hostname. By default, all requests are proxied; you only need to call this method to undo a call to ExcludeHost.

##See also

Clone this wiki locally