| Servertec | setRequestProperty( ) | |
|
|
Sets the specified request property in the given url connection object to the specified value. SyntaxsetRequestProperty( urlconnection, key, value )urlconnection.setRequestProperty( key, value ) Parametersurlconnection the url connection object to use.key the keyword to map value the value to associate ReturnsnothingExample
|
|
top of page
|