Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 858 Bytes

httprequestresult.md

File metadata and controls

22 lines (15 loc) · 858 Bytes
-api-id -api-type ms.custom
T:Windows.Web.Http.HttpRequestResult
winrt class
19H1

Windows.Web.Http.HttpRequestResult

-description

Combines the original HTTP request along with the following: the resulting HTTP response (if any), an extended error value, and a succeeded indication.

-remarks

A common way to get an HttpRequestResult is from the return value of the TryDeleteAsync, TryGetAsync, TryPostAsync ,TryPutAsync, or TrySendRequestAsync methods on the HttpClient object.

-see-also

-examples