System.Net.Http 4.0.0.0 System.Net.Http.HttpContent System.Collections.Generic.IEnumerable<System.Net.Http.HttpContent> To be added. Provides a collection of objects that get serialized using the multipart/* content type specification. Constructor 4.0.0.0 To be added. Creates a new instance of the class. Constructor 4.0.0.0 To be added. Creates a new instance of the class. The subtype of the multipart content. Constructor 4.0.0.0 To be added. Creates a new instance of the class. The subtype of the multipart content. The boundary string for the multipart content. Method 4.0.0.0 System.Void To be added. Add multipart HTTP content to a collection of objects that get serialized using the multipart/* content type specification. The HTTP content to add to the collection. Method 4.0.0.0 System.Void This method is called by the public Dispose() method and the method. Dispose() invokes the protected Dispose(Boolean) method with the parameter set to true. invokes Dispose with set to false.When the parameter is true, this method releases all resources held by any managed objects that this references. This method invokes the Dispose() method of each referenced object. Releases the unmanaged resources used by the and optionally disposes of the managed resources. true to release both managed and unmanaged resources; false to releases only unmanaged resources. Method 4.0.0.0 System.Collections.Generic.IEnumerator<System.Net.Http.HttpContent> The foreach statement of the C# language (For Each in Visual Basic) hides the complexity of the enumerators. Therefore, using foreach is recommended, instead of directly manipulating the enumerator. Enumerators can be used to read the data in the collection, but they cannot be used to modify the underlying collection. Initially, the enumerator is positioned before the first element in the collection. Returns an enumerator that iterates through the collection of objects that get serialized using the multipart/* content type specification.. Returns . An object that can be used to iterate through the collection. Method 4.0.0.0 System.Diagnostics.DebuggerStepThrough System.Runtime.CompilerServices.AsyncStateMachine(typeof(System.Net.Http.MultipartContent/<SerializeToStreamAsync>c__async0)) System.Threading.Tasks.Task This operation will not block. The returned object will complete after all of the content has been serialized to the target stream. Serialize the multipart HTTP content to a stream as an asynchronous operation. Returns . The task object representing the asynchronous operation. The target stream. Information about the transport (channel binding token, for example). This parameter may be null. Method 4.0.0.0 System.Collections.IEnumerator To be added. The explicit implementation of the method. Returns . An object that can be used to iterate through the collection. Method 4.0.0.0 System.Boolean To be added. To be added. To be added. To be added.