RemoveProxy (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
{{Template:HTTPRequest:RemoveProxy subtitle}}
[[Category:HTTPRequest methods|RemoveProxy subroutine]]


This [[Notation conventions for methods#Callable methods|callable]] method deletes any previous <var>[[Proxy (HTTPRequest property)|proxy server]]</var> setting;
This [[Notation conventions for methods#Callable methods|callable]] method deletes any previous <var>[[Proxy (HTTPRequest property)|proxy server]]</var> setting;
Line 6: Line 5:


==Syntax==
==Syntax==
<p class="syntax">%httpreq:RemoveProxy
{{Template:HTTPRequest:RemoveProxy syntax}}
</p>
 
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 15: Line 12:


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

Revision as of 18:27, 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