RemoveProxy (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
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 ( | 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. | subsequent <var>Get</var>, <var>Post</var>, and <var>Send</var> calls will not use a proxy server. | ||
Line 9: | Line 9: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%httpreq</th> | <tr><th>%httpreq</th> | ||
<td>An instantiated <var> | <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 20:17, 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. |
---|