This topic has not yet been rated - Rate this topic

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.

  NameDescription
Public method 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.)
Public method 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.)
Top

This operation does not block.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.