Returns whether the specified url connection does output.
Syntax
getDoOutput( urlconnection )
urlconnection.getDoOutput( )
Parameters
urlconnection
|
the url connection object to check.
|
Returns
boolean
|
true if the specified url connection object do output flag is enabled.
false if the specified url connection object do output flag is disabled.
|
Example
if ucon.getDoOutput( ) then
break
end
|