Indicates the date and time a server resource was modified.
property LastModified: TIdDateTime;
LastModified is a TDateTime property that indicates the date and time when the origin server believes the most recent version of a resource was modified.
An origin server must not send a LastModified date which is later than the server time of message origination in Date. An origin server should send LastModified whenever possible.
LastModified is updated when RawHeaders contains a 'Last-Modified' response header with a non-zero value.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|