HttpResponseMessage.Headers 屬性

定義

取得與伺服器所傳送之 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 回應上的特定標頭。

適用於

另請參閱