This topic has not yet been rated - Rate this topic

MultipartRelatedStreamProvider Class

Represents the provider for the multipart related multistream.

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)
public ref class MultipartRelatedStreamProvider : public MultipartStreamProvider

The MultipartRelatedStreamProvider type exposes the following members.

  NameDescription
Public methodMultipartRelatedStreamProviderInitializes a new instance of the MultipartRelatedStreamProvider class.
Top
  NameDescription
Public propertyContentsGets or sets the contents for this MultipartStreamProvider. (Inherited from MultipartStreamProvider.)
Public propertyRootContentGets the root content of the MultipartRelatedStreamProvider.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExecutePostProcessingAsyncExecutes the post processing operation for this MultipartStreamProvider. (Inherited from MultipartStreamProvider.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStreamGets the related stream for the provider. (Overrides MultipartStreamProvider::GetStream(HttpContent, HttpContentHeaders).)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.