HttpContentMultipartExtensions.ReadAsMultipartAsync Method

Include Protected Members
Include Inherited Members

Reads all body parts within a MIME multipart message.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member ReadAsMultipartAsync(HttpContent) Reads all body parts within a MIME multipart message and produces a set of HttpContent instances as a result.
Public methodStatic member ReadAsMultipartAsync<T>(HttpContent, T) Reads all body parts within a MIME multipart message and produces a set of HttpContent instances as a result using the streamProvider instance to determine where the contents of each body part is written.
Public methodStatic member ReadAsMultipartAsync<T>(HttpContent, T, Int32) Reads all body parts within a MIME multipart message and produces a set of HttpContent instances as a result using the streamProvider instance to determine where the contents of each body part is written and bufferSize as read buffer size.

Top

See Also

Reference

HttpContentMultipartExtensions Class

System.Net.Http Namespace