RemoveProxy (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:HttpRequest:RemoveProxy subtitle}}
{{Template:HttpRequest:RemoveProxy subtitle}}
 
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.
This [[Notation conventions for methods#Callable methods|callable]] method deletes any previous <var>[[Proxy (HTTPRequest property)|proxy server]]</var> setting;
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>%httpreq</th>
<tr><th>httpRequest</th>
<td>An instantiated <var>HTTPRequest</var> object.
<td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr>
</table>


</td></tr></table>
==See also==
==See also==
{{Template:HttpRequest:RemoveProxy footer}}
{{Template:HttpRequest:RemoveProxy footer}}

Latest 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.

See also