ResponseTrailerExtensions.SupportsTrailers(HttpResponse) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出伺服器是否支援傳送此回應的預告片標頭。
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