RemoveProxy (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 9: Line 9:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%httpreq</th>
<tr><th>%httpreq</th>
<td>An instantiated HTTPRequest object.
<td>An instantiated <var>HTTPRequest</var> object.


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

Revision as of 22:42, 15 June 2011

Template:HTTPRequest:RemoveProxy subtitle

This callable method deletes any previous proxy server setting; subsequent Get, Post, and Send calls will not use a proxy server.

Syntax

Template:HTTPRequest:RemoveProxy syntax

Syntax terms

%httpreq An instantiated HTTPRequest object.

See also

Template:HTTPRequest:RemoveProxy footer