MultipartContent Methods

The MultipartContent type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add a new content to the MultipartContent
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Content.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Overrides ContentDispose(Boolean).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadAsByteArray
Serialize the HTTP content and return a byte array that represents the content.
(Inherited from Content.)
Public methodReadAsStream
Serialize the HTTP content and return a stream that represents the content.
(Inherited from Content.)
Public methodReadAsString
Serialize the HTTP content and return a string that represents the content.
(Inherited from Content.)
Protected methodSerializeToStream
Serializes to stream.
(Overrides ContentSerializeToStream(Stream).)
Public methodToString (Inherited from Object.)
See Also