HttpContent::CopyToAsync Method (Stream^)

.NET Framework (current version)
 

Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the stream parameter.

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

public:
Task^ CopyToAsync(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

The target stream.

Return Value

Type: System.Threading.Tasks::Task^

The task object representing the asynchronous operation.

This operation will not block. The returned Task<TResult> object will complete after all of the content has been written to the stream object passed as the stream parameter.

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: