ByteArrayContent::SerializeToStreamAsync Method (Stream^, TransportContext^)
.NET Framework (current version)
Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
Assembly: System.Net.Http (in System.Net.Http.dll)
protected: virtual Task^ SerializeToStreamAsync( Stream^ stream, TransportContext^ context ) override
Parameters
- stream
-
Type:
System.IO::Stream^
The target stream.
- context
-
Type:
System.Net::TransportContext^
Information about the transport, like channel binding token. This parameter may be null.
Return Value
Type: System.Threading.Tasks::Task^The task object representing the asynchronous operation.
This operation does not block. When the returned Task object completes, the whole byte array has been written to 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
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: