Returns the value of the default request property for the specified url connection using the given key.
Syntax
getDefaultRequestProperty( urlconnection , key )
urlconnection.getDefaultRequestProperty( key )
Parameters
urlconnection
|
the url connection object to use.
|
key
|
the default request property to search for.
|
Returns
string
|
the value of the specified default request property.
|
Example
reqProperty = ucon.getDefaultRequestProperty( key )
|