URLConnection.setDoOutput

URLConnection.setDoOutput

Class Overview | Class Members | This Package | All Packages

Syntax
public void setDoOutput( boolean dooutput )
Parameters
value
the new value.
Description
Sets the value of the doOutput field for this URLConnection to the specified value.

A URL connection can be used for input and/or output. Set the DoOutput flag to true if you intend to use the URL connection for output, false if not. The default is false.

See Also
doOutput