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 | |
---|---|---|
ReadAsMultipartAsync(HttpContent) | Reads all body parts within a MIME multipart message and produces a set of HttpContent instances as a result. | |
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. | |
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