HttpResponseMessage.Content 屬性

定義

取得或設定 HTTP 回應訊息的內容。

public:
 property System::Net::Http::HttpContent ^ Content { System::Net::Http::HttpContent ^ get(); void set(System::Net::Http::HttpContent ^ value); };
public System.Net.Http.HttpContent Content { get; set; }
member this.Content : System.Net.Http.HttpContent with get, set
Public Property Content As HttpContent

屬性值

HTTP 回應訊息的內容。

備註

HTTP 回應訊息的內容會對應至 RFC 2616 中定義的實體本文。

適用於