HttpResponseMessage.Headers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與伺服器所傳送之 HttpResponseMessage 相關聯的 HTTP 回應標頭集合。
public:
property HttpResponseHeaderCollection ^ Headers { HttpResponseHeaderCollection ^ get(); };
HttpResponseHeaderCollection Headers();
public HttpResponseHeaderCollection Headers { get; }
var httpResponseHeaderCollection = httpResponseMessage.headers;
Public ReadOnly Property Headers As HttpResponseHeaderCollection
屬性值
HTTP 回應標頭的集合。
備註
Headers 屬性會傳回 HttpResponseHeaderCollection 物件,可用來取得或設定 HTTP 回應上的特定標頭。