RemoveProxy (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Template:HTTPRequest:RemoveProxy subtitle}}
{{Template:HttpRequest:RemoveProxy subtitle}}


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 5: Line 5:


==Syntax==
==Syntax==
{{Template:HTTPRequest:RemoveProxy syntax}}
{{Template:HttpRequest:RemoveProxy syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 13: Line 13:
</td></tr></table>
</td></tr></table>
==See also==
==See also==
{{Template:HTTPRequest:RemoveProxy footer}}
{{Template:HttpRequest:RemoveProxy footer}}

Revision as of 20:16, 16 June 2011

Disable proxy server use (HttpRequest class)


This 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

%httpreq An instantiated HTTPRequest object.

See also