ResponseTrailerExtensions.SupportsTrailers(HttpResponse) 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.
Indicates if the server supports sending trailer headers for this response.
public:
[System::Runtime::CompilerServices::Extension]
static bool SupportsTrailers(Microsoft::AspNetCore::Http::HttpResponse ^ response);
public static bool SupportsTrailers (this Microsoft.AspNetCore.Http.HttpResponse response);
static member SupportsTrailers : Microsoft.AspNetCore.Http.HttpResponse -> bool
<Extension()>
Public Function SupportsTrailers (response As HttpResponse) As Boolean
Parameters
- response
- HttpResponse