Sets the specified request property in the given url connection object to the specified default value.
Syntax
setDefaultRequestProperty( urlconnection , key , value )
urlconnection.setDefaultRequestProperty( key , value )
Parameters
urlconnection
|
the url connection object to use.
|
key
|
the keyword to map.
|
value
|
the value to associate.
|
Returns
Example
ucon.setDefaultRequestProperty( key, value )
|