ContentDescription Members
Include Protected Members
Include Inherited Members
Represents the base class for all media descriptions.
The ContentDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContentDescription() | Initializes an instance of the class. | |
ContentDescription(ContentType, []) | Initializes an instance of the class with parameters. | |
ContentDescription(ContentType, String) | Initializes an instance of the class with parameters. |
Top
Properties
Name | Description | |
---|---|---|
ContentType | Gets or sets the ContentType for the body or null if none is specified. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBody | Represents the body in byte or null, if there is none. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
RecomputeBody | Recompute the body of this instance. | |
SetBody | Sets the body content. | |
ToString | Represents MediaDescription as a string. (Overrides Object.ToString().) |
Top