ContentDescription 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, array<Byte>[]()[][]) | Initializes an instance of the class. | |
ContentDescription(ContentType, String) | Initializes an instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
ContentType | Gets or sets the [ContentType] for the body or nullNothingnullptrunita null reference (Nothing in Visual Basic) if none is specified. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBody | Represents the body in byte or nullNothingnullptrunita null reference (Nothing in Visual Basic) if there is none. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RecomputeBody | ||
SetBody | Sets the body content. | |
ToString | Represents [MediaDescription] as a string. (Overrides Object..::..ToString()()()().) |
Top