Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 833 Bytes

ihttpcontent_readasinputstreamasync_45704544.md

File metadata and controls

23 lines (16 loc) · 833 Bytes
-api-id -api-type
M:Windows.Web.Http.IHttpContent.ReadAsInputStreamAsync
winrt method

Windows.Web.Http.IHttpContent.ReadAsInputStreamAsync

-description

Serialize the HTTP content and return an input stream that represents the content as an asynchronous operation.

-returns

The object representing the asynchronous operation.

-remarks

This operation will not block. The returned IAsyncOperationWithProgress (of IInputStream and unsigned 64-bit integer) completes after all of the content has been written to the input stream.

-examples

-see-also