Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 737 Bytes

httpgetinputstreamresult.md

File metadata and controls

23 lines (16 loc) · 737 Bytes
-api-id -api-type ms.custom
T:Windows.Web.Http.HttpGetInputStreamResult
winrt class
19H1

Windows.Web.Http.HttpGetInputStreamResult

-description

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

-remarks

The HttpGetInputStreamResult is the return result from a call to HttpClient TryGetInputStreamAsync

-see-also

HttpRequestMessage, HttpResponseMessage

-examples