RequestTrailerExtensions.CheckTrailersAvailable(HttpRequest) 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.
Checks if the request supports trailers and they are available to be read now. This does not mean that there are any trailers to read.
public:
[System::Runtime::CompilerServices::Extension]
static bool CheckTrailersAvailable(Microsoft::AspNetCore::Http::HttpRequest ^ request);
public static bool CheckTrailersAvailable (this Microsoft.AspNetCore.Http.HttpRequest request);
static member CheckTrailersAvailable : Microsoft.AspNetCore.Http.HttpRequest -> bool
<Extension()>
Public Function CheckTrailersAvailable (request As HttpRequest) As Boolean
Parameters
- request
- HttpRequest