Neokernel API

HTTPAgentRequest.IfModifiedSince Property

This method returns a DateTime Object that corresponds to the request's If-Modifed-Since field. This date can be used to determine if the data requested has been changed and needs to be resent. If not, a 304 response should be returned. In the event that this field doesn't exist, a DateTime of 0 is returned.

public virtual DateTime IfModifiedSince { public get; }

See Also

HTTPAgentRequest Class | com.neokernel.httpd Namespace