MultipartMemoryStreamProvider Class
Represents a multipart memory stream provider.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
System.Net.Http::MultipartStreamProvider
System.Net.Http::MultipartMemoryStreamProvider
| Name | Description | |
|---|---|---|
![]() | MultipartMemoryStreamProvider() | Initializes a new instance of the MultipartMemoryStreamProvider class. |
| Name | Description | |
|---|---|---|
![]() | Contents | Gets or sets the contents for this MultipartStreamProvider.(Inherited from MultipartStreamProvider.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecutePostProcessingAsync() | Executes the post processing operation for this MultipartStreamProvider.(Inherited from MultipartStreamProvider.) |
![]() | ExecutePostProcessingAsync(CancellationToken) | Executes the post processing operation for this MultipartStreamProvider.(Inherited from MultipartStreamProvider.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetStream(HttpContent^, HttpContentHeaders^) | Returns the Stream for the MultipartMemoryStreamProvider.(Overrides MultipartStreamProvider::GetStream(HttpContent^, HttpContentHeaders^).) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


