Represents the base class for all media descriptions.

The following tables list the members exposed by the ContentDescription type.

Public Constructors

  Name Description
ContentDescription Overloaded.  
Top

Public Properties

  Name Description
ContentType Gets or sets the ContentType for the body or null if none is specified.
Top

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetBody Represents the body in byte or null if there is none.
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
SetBody Sets the body content.
ToString Overridden. Represents MediaDescription as a string.
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also