ResponseCompressionProvider.CheckRequestAcceptsCompression Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Examines the request to see if compression should be used for response.
public:
virtual bool CheckRequestAcceptsCompression(Microsoft::AspNetCore::Http::HttpContext ^ context);
public bool CheckRequestAcceptsCompression (Microsoft.AspNetCore.Http.HttpContext context);
abstract member CheckRequestAcceptsCompression : Microsoft.AspNetCore.Http.HttpContext -> bool
override this.CheckRequestAcceptsCompression : Microsoft.AspNetCore.Http.HttpContext -> bool
Public Function CheckRequestAcceptsCompression (context As HttpContext) As Boolean
Parameters
- context
- HttpContext
The HttpContext.
Returns
true
if the request accepts compression, otherwise false
.