RemoveProxy (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template; edits, tags and links) |
m (match syntax table to syntax template; edits, tags and links) |
||
Line 1: | Line 1: | ||
{{Template:HttpRequest:RemoveProxy subtitle}} | {{Template:HttpRequest:RemoveProxy subtitle}} | ||
The <var>RemoveProxy</var> [[Notation conventions for methods#Callable | The <var>RemoveProxy</var> [[Notation conventions for methods#Callable functions|callable]] method deletes any previous <var>[[Proxy (HttpRequest property)|proxy]]</var> server setting; subsequent <var>[[Get_(HttpRequest_function)|Get]]</var>, <var>[[Post_(HttpRequest_function)|Post]]</var>, and <var>[[Send_(HttpRequest_function)|Send]]</var> calls will not use a proxy server. | ||
==Syntax== | ==Syntax== |
Revision as of 19:40, 14 July 2011
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. |
---|