Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 910 Bytes

httpmultipartformdatacontent_readasinputstreamasync_45704544.md

File metadata and controls

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

Windows.Web.Http.HttpMultipartFormDataContent.ReadAsInputStreamAsync

-description

Serialize the HttpMultipartFormDataContent 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 stream.

-examples

-see-also