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