ResponseTrailerExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含修改 Trailer
中 HttpResponse 回應標頭和尾端標頭的擴充方法。
public ref class ResponseTrailerExtensions abstract sealed
public static class ResponseTrailerExtensions
type ResponseTrailerExtensions = class
Public Module ResponseTrailerExtensions
- 繼承
-
ResponseTrailerExtensions
方法
AppendTrailer(HttpResponse, String, StringValues) |
將指定的預告片標頭新增至要傳送于回應本文結尾的預告片集合。 檢查 SupportsTrailers(HttpResponse) 或 InvalidOperationException 可能會擲回。 |
DeclareTrailer(HttpResponse, String) |
將指定的預告片名稱新增至 'Trailer' 回應標頭。 這必須在傳送回應標頭之前發生。 |
SupportsTrailers(HttpResponse) |
指出伺服器是否支援傳送此回應的預告片標頭。 |