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 中定義的實體實體。

適用於