getExpiresAbsolute

The getExpiresAbsolute method of the Response class returns a time that indicates when the response that has been cached by the browser will expire. If the client requests the response before this date, it will receive the response.

public wfc.app.Time getExpiresAbsolute();

© 1999 Microsoft Corporation. All rights reserved. Terms of use.