RemoveProxy (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
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 methods|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. | |||
subsequent <var>Get</var>, <var>Post</var>, and <var>Send</var> calls will not use a proxy server. | |||
==Syntax== | ==Syntax== | ||
Line 8: | Line 6: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th> | <tr><th>httpRequest</th> | ||
<td> | <td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr> | ||
</table> | |||
==See also== | ==See also== | ||
{{Template:HttpRequest:RemoveProxy footer}} | {{Template:HttpRequest:RemoveProxy footer}} |
Revision as of 04:30, 19 June 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. |
---|