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