RemoveProxy (HttpRequest subroutine)

From m204wiki
Revision as of 19:40, 14 July 2011 by JALWiccan (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Disable proxy server use (HttpRequest class)

The RemoveProxy 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

httpRequest A previously defined and instantiated HttpRequest object.

See also