Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 825 Bytes

httpformurlencodedcontent_readasbufferasync_1151439480.md

File metadata and controls

23 lines (16 loc) · 825 Bytes
-api-id -api-type
M:Windows.Web.Http.HttpFormUrlEncodedContent.ReadAsBufferAsync
winrt method

Windows.Web.Http.HttpFormUrlEncodedContent.ReadAsBufferAsync

-description

Serialize the HttpFormUrlEncodedContent to a buffer as an asynchronous operation.

-returns

The object representing the asynchronous operation.

-remarks

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

-examples

-see-also