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