MultipartMemoryStreamProvider Class

 

Represents a multipart memory stream provider.

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

Inheritance Hierarchy

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

Syntax

public class MultipartMemoryStreamProvider : MultipartStreamProvider
public ref class MultipartMemoryStreamProvider : MultipartStreamProvider
type MultipartMemoryStreamProvider = 
    class
        inherit MultipartStreamProvider
    end
Public Class MultipartMemoryStreamProvider
    Inherits MultipartStreamProvider

Constructors

Name Description
System_CAPS_pubmethod MultipartMemoryStreamProvider()

Initializes a new instance of the MultipartMemoryStreamProvider class.

Properties

Name Description
System_CAPS_pubproperty Contents

Gets or sets the contents for this MultipartStreamProvider.(Inherited from MultipartStreamProvider.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExecutePostProcessingAsync()

Executes the post processing operation for this MultipartStreamProvider.(Inherited from MultipartStreamProvider.)

System_CAPS_pubmethod ExecutePostProcessingAsync(CancellationToken)

Executes the post processing operation for this MultipartStreamProvider.(Inherited from MultipartStreamProvider.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetStream(HttpContent, HttpContentHeaders)

Returns the Stream for the MultipartMemoryStreamProvider.(Overrides MultipartStreamProvider.GetStream(HttpContent, HttpContentHeaders).)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Net.Http Namespace

Return to top