RemoveProxy (HttpRequest subroutine)

From m204wiki
Revision as of 20:16, 16 June 2011 by DmeWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

Disable proxy server use (HttpRequest class)


This callable method deletes any previous proxy server setting; subsequent Get, Post, and Send calls will not use a proxy server.

Syntax

httpRequest:RemoveProxy

Syntax terms

%httpreq An instantiated HTTPRequest object.

See also