MultipartResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides support for creating and parsing multipart/mixed content. This is implementing a couple of layered standards as mentioned at https://docs.microsoft.com/en-us/rest/api/storageservices/blob-batch and https://docs.microsoft.com/en-us/rest/api/storageservices/performing-entity-group-transactions including https://www.odata.org/documentation/odata-version-3-0/batch-processing/ and https://www.ietf.org/rfc/rfc2046.txt.
public static class MultipartResponse
type MultipartResponse = class
Public Module MultipartResponse
- Inheritance
-
MultipartResponse
Methods
Parse(Response, Boolean, CancellationToken) |
Parse a multipart/mixed response body into several responses. |
ParseAsync(Response, Boolean, CancellationToken) |
Parse a multipart/mixed response body into several responses. |