MultipartRelatedStreamProvider Class

Represents the provider for the multipart related multistream.

Inheritance Hierarchy

System.Object
  System.Net.Http.MultipartStreamProvider
    System.Net.Http.MultipartRelatedStreamProvider

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

Syntax

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

The MultipartRelatedStreamProvider type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Contents Gets or sets the contents for this MultipartStreamProvider. (Inherited from MultipartStreamProvider.)
Public property RootContent Gets the root content of the MultipartRelatedStreamProvider.

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 Gets the related stream for the provider. (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