NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.ExpiresAbsolute

Gets or sets the absolute time that cached information will be removed from the cache. Provided for ASP compatiblility. Use the Cache property instead.

[Visual Basic]
Public Property ExpiresAbsolute As DateTime
[C#]
public DateTime ExpiresAbsolute {get; set;}
[C++]
public: __property DateTime get_ExpiresAbsolute();
public: __property void set_ExpiresAbsolute(DateTime);
[JScript]
public function get ExpiresAbsolute() : DateTime;
public function set ExpiresAbsolute(DateTime);

Remarks

The Expires, ExpiresAbsolute, and CacheControl properties are provided for ASP compatibility only. Cache should be used instead.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace