IRequestDecompressionProvider.GetDecompressionStream(HttpContext) 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 and selects an acceptable decompression provider, if any.
public System.IO.Stream? GetDecompressionStream (Microsoft.AspNetCore.Http.HttpContext context);
abstract member GetDecompressionStream : Microsoft.AspNetCore.Http.HttpContext -> System.IO.Stream
Public Function GetDecompressionStream (context As HttpContext) As Stream
Parameters
- context
- HttpContext
The HttpContext.
Returns
The decompression stream when the provider is capable of decompressing the HTTP request body, otherwise null
.