Class EntityTagCacheableValidator
- Namespace
- Cuemon.Extensions.AspNetCore.Http.Headers
- Assembly
- Cuemon.Extensions.AspNetCore.dll
An HTTP validator that conforms to the ETag response header.
public class EntityTagCacheableValidator : ICacheableValidator
- Inheritance
-
EntityTagCacheableValidator
- Implements
- Extension Methods
Methods
ProcessAsync(HttpContext, Stream)
Called asynchronously before the bodyStream is conditionally written to the response.
public Task ProcessAsync(HttpContext context, Stream bodyStream)
Parameters
contextHttpContextThe HttpContext of the current request.
bodyStreamStreamThe intercepted Stream of the response body.