RequestTrailerExtensions.GetDeclaredTrailers(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.
Gets the request "Trailer" header that lists which trailers to expect after the body.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::Primitives::StringValues GetDeclaredTrailers(Microsoft::AspNetCore::Http::HttpRequest ^ request);
public static Microsoft.Extensions.Primitives.StringValues GetDeclaredTrailers (this Microsoft.AspNetCore.Http.HttpRequest request);
static member GetDeclaredTrailers : Microsoft.AspNetCore.Http.HttpRequest -> Microsoft.Extensions.Primitives.StringValues
<Extension()>
Public Function GetDeclaredTrailers (request As HttpRequest) As StringValues
Parameters
- request
- HttpRequest