ResponseInformation 類別

定義

表示伺服器回應所傳回的資料。

public ref class ResponseInformation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ResponseInformation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ResponseInformation
Public NotInheritable Class ResponseInformation
繼承
Object Platform::Object IInspectable ResponseInformation
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
internetClient internetClientServer privateNetworkClientServer

屬性

ActualUri

取得包含所要求資料的 URI。

Headers

取得伺服器傳送的所有回應標頭。

IsResumable

取得值,指定是否可繼續下載。

StatusCode

取得伺服器傳回的狀態碼。

適用於

另請參閱