Returns whether the specified http url connect object is going through a proxy server.
Syntax
usingProxy( httpurlconnection )
httpurlconnection.usingProxy( )
Parameters
httpurlconnection
|
the http url connection object to test.
|
Returns
boolean
|
true if the specified http url connection object is going through a proxy.
false if the specified http url connection object is no going through a proxy.
|
Example
if ucon.usingProxy( ) then
break
end
|