RemoveProxy (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
(No difference)

Revision as of 20:17, 16 June 2011

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