HttpContent::ReadAsByteArrayAsync Method ()
.NET Framework (current version)
Serialize the HTTP content to a byte array as an asynchronous operation.
Assembly: System.Net.Http (in System.Net.Http.dll)
This operation will not block. The returned Task<TResult> object will complete after all of the content has been written as a byte array.
Once the operation completes, the Result property on the returned task object contains the byte array with the HTTP content.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: