IHttpRequestTrailersFeature 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此功能會針對 HTTP/1.1 區塊主體或 HTTP/2 尾端標頭公開 HTTP 要求預告片標頭。
public interface class IHttpRequestTrailersFeature
public interface IHttpRequestTrailersFeature
type IHttpRequestTrailersFeature = interface
Public Interface IHttpRequestTrailersFeature
屬性
Available |
指出 Trailers 是否可供使用。 在完整讀取要求本文之前,可能無法使用它們。 |
Trailers |
收到的尾端標頭。 如果 Available 傳回 false,這會擲 InvalidOperationException 回 。 在完整讀取要求本文之前,可能無法使用它們。 如果沒有預告片,則會傳回空的集合。 |