IMultipartStreamProvider Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

An IMultipartStreamProvider implementation examines the headers provided by the MIME multipart parser as part of the MIME multipart extension methods (see HttpContentMultipartExtensions) and decides what kind of stream to return for the body part to be written to.

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

Syntax

'Declaration
Public Interface IMultipartStreamProvider
public interface IMultipartStreamProvider
public interface class IMultipartStreamProvider
type IMultipartStreamProvider =  interface end
public interface IMultipartStreamProvider

The IMultipartStreamProvider type exposes the following members.

Methods

  Name Description
Public method GetStream When a MIME multipart body part has been parsed this method is called to get a stream for where to write the body part to.

Top

See Also

Reference

System.Net.Http Namespace