Sets the if modified since field on the specified url connection object to the given value.
Syntax
setIfModifiedSince( urlconnection , boolean )
urlconnection.setIfModifiedSince( boolean )
Parameters
urlconnection
|
the url connection object to use.
|
boolean
|
true to enable since modified.
false to disable since modified.
|
Returns
Example
ucon.setIfModifiedSince( true )
|