MultipartStreamProvider
Represents a stream provider that 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.
Gets or sets the contents for this MultipartStreamProvider.
protected MultipartStreamProvider()
Initializes a new instance of the MultipartStreamProvider class.
Executes the post processing operation for this MultipartStreamProvider.
Executes the post processing operation for this MultipartStreamProvider.
Gets the stream where to write the body part to. This method is called when a MIME multipart body part has been parsed.