Content Methods

The Content type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
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.
Public methodReadAsStream
Serialize the HTTP content and return a stream that represents the content.
Public methodReadAsString
Serialize the HTTP content and return a string that represents the content.
Protected methodSerializeToStream
Serialize the content to a specified stream.
Public methodToString (Inherited from Object.)
See Also