System::Net::Http::Headers::CacheControlHeaderValue::set_MaxStaleLimit method
CacheControlHeaderValue::set_MaxStaleLimit method
Sets the value in seconds that determines the time during which the client will accept the expired responses.
void System::Net::Http::Headers::CacheControlHeaderValue::set_MaxStaleLimit(Nullable<TimeSpan> value)
Parameter | Type | Description |
---|---|---|
value | Nullable<TimeSpan> | The value that must be set. |
See Also
- Class Nullable
- Class TimeSpan
- Class CacheControlHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.PDF for C++