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 | |
---|---|---|
MultipartRelatedStreamProvider | Initializes a new instance of the MultipartRelatedStreamProvider class. |
Top
Properties
Name | Description | |
---|---|---|
Contents | Gets or sets the contents for this MultipartStreamProvider. (Inherited from MultipartStreamProvider.) | |
RootContent | Gets the root content of the MultipartRelatedStreamProvider. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExecutePostProcessingAsync | Executes the post processing operation for this MultipartStreamProvider. (Inherited from MultipartStreamProvider.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetStream | Gets the related stream for the provider. (Overrides MultipartStreamProvider.GetStream(HttpContent, HttpContentHeaders).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.