HttpRequestResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
結合原始 HTTP 要求與下列專案:如果有任何) 、擴充錯誤值和成功指示,則產生的 HTTP 回應 (。
public ref class HttpRequestResult sealed : IClosable, IStringable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HttpRequestResult final : IClosable, IStringable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HttpRequestResult : System.IDisposable, IStringable
Public NotInheritable Class HttpRequestResult
Implements IDisposable, IStringable
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10, version 1903 (已於 10.0.18362.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)
|
備註
取得 HttpRequestResult 的常見方式是來自HttpClient物件上TryDeleteAsync、TryGetAsync、TryPostAsync、TryPutAsync或TrySendRequestAsync方法的傳回值。
屬性
ExtendedError |
HTTP 要求的擴充錯誤碼。 |
RequestMessage |
取得導致這個 HttpRequestResult的要求訊息。 |
ResponseMessage |
取得 HTTP 回應訊息,包括標頭、狀態碼和資料。 |
Succeeded |
取得 HTTP 要求是否成功。 |
方法
Close() |
關閉 HttpRequestResult 實例,並釋放已配置的資源。 |
Dispose() |
執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 |
ToString() |
會傳回表示目前 HttpRequestResult 物件的字串。 |