Sets whether the specified url connection object will do input.
Syntax
setDoInput( urlconnection , boolean )
urlconnection.setDoInput( boolean )
Parameters
urlconnection
|
the url connection object to use.
|
boolean
|
true to enable input.
false to disable input.
|
Returns
Example
ucon.setDoInput( true )
|