MultipartFormDataContent.CopyToAsync Method
.NET Framework 4.5
Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the stream parameter.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CopyToAsync(Stream) | Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the stream parameter. (Inherited from HttpContent.) |
|
CopyToAsync(Stream, TransportContext) | Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the stream parameter. (Inherited from HttpContent.) |