ResponseTrailerExtensions.SupportsTrailers(HttpResponse) Метод

Определение

Указывает, поддерживает ли сервер отправку заголовков трейлера для этого ответа.

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

Параметры

response
HttpResponse

Возвращаемое значение

Применяется к