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

傳回

適用於