MultipartMemoryStreamProvider Class

Represents a multipart memory stream provider.

Inheritance Hierarchy

System.Object
  System.Net.Http.MultipartStreamProvider
    System.Net.Http.MultipartMemoryStreamProvider

Namespace:  System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Class MultipartMemoryStreamProvider _
    Inherits MultipartStreamProvider
'Usage
Dim instance As MultipartMemoryStreamProvider
public class MultipartMemoryStreamProvider : MultipartStreamProvider
public ref class MultipartMemoryStreamProvider : public MultipartStreamProvider
type MultipartMemoryStreamProvider =  
    class 
        inherit MultipartStreamProvider 
    end
public class MultipartMemoryStreamProvider extends MultipartStreamProvider

The MultipartMemoryStreamProvider type exposes the following members.

Constructors

  Name Description
Public method MultipartMemoryStreamProvider Initializes a new instance of the MultipartMemoryStreamProvider class.

Top

Properties

  Name Description
Public property Contents Gets or sets the contents for this MultipartStreamProvider. (Inherited from MultipartStreamProvider.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method ExecutePostProcessingAsync Executes the post processing operation for this MultipartStreamProvider. (Inherited from MultipartStreamProvider.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetStream Returns the Stream for the MultipartMemoryStreamProvider. (Overrides MultipartStreamProvider.GetStream(HttpContent, HttpContentHeaders).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Net.Http Namespace