Returns the value of the named request property for the specified connection url object.
Syntax
getRequestProperty( urlconnection )
urlconnection.getRequestProperty( )
Parameters
urlconnection
|
the url connection object to use.
|
Returns
string
|
the request property.
|
Example
reqProperty = ucon.getRequestProperty( )
|