HttpResponseMessage.Headers 屬性

定義

取得 HTTP 回應標頭的集合。

public:
 property System::Net::Http::Headers::HttpResponseHeaders ^ Headers { System::Net::Http::Headers::HttpResponseHeaders ^ get(); };
public System.Net.Http.Headers.HttpResponseHeaders Headers { get; }
member this.Headers : System.Net.Http.Headers.HttpResponseHeaders
Public ReadOnly Property Headers As HttpResponseHeaders

屬性值

HTTP 回應標頭的集合。

適用於