Creates an instance of the oHTTP member of the class.
Use this method to create the instance and customize it before making calls that access the Web. Configure things like proxy setup, timeouts etc.
o.CreateHTTPClient()
Example
loUpdate = CREATE("wwCodeUpdate") loUpdate.CreateHTTPClient() loHttp = loUpdate.oHttp loHttp.nConnectTimeout = 10 loHttp.nHttpConnectType = 3 loHttp.cHttpProxyName = "proxy.west-wind.com:8080" ...
See also:
Class wwCodeUpdate© West Wind Technologies, 1996-2024 • Updated: 06/25/02
Comment or report problem with topic