Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 701 Bytes

httpstringcontent_bufferallasync_14203953.md

File metadata and controls

23 lines (16 loc) · 701 Bytes
-api-id -api-type
M:Windows.Web.Http.HttpStringContent.BufferAllAsync
winrt method

Windows.Web.Http.HttpStringContent.BufferAllAsync

-description

Serialize the HttpStringContent into memory as an asynchronous operation.

-returns

The object that represents the asynchronous operation.

-remarks

This operation will not block. The returned IAsyncOperationWithProgress(UInt64, UInt64) object will complete after all of the content has been written into memory.

-examples

-see-also