ByteArrayContent::CreateContentReadStreamAsync Method ()

.NET Framework (current version)
 

Creates an HTTP content stream as an asynchronous operation for reading whose backing store is memory from the ByteArrayContent.

Namespace:   System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

protected:
virtual Task<Stream^>^ CreateContentReadStreamAsync() override

Return Value

Type: System.Threading.Tasks::Task<Stream^>^

The task object representing the asynchronous operation.

This operation will not block. The returned Task<TResult>object will complete after all of the content stream has been created.

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
Return to top
Show: