SignalingContentDescription Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
This class is obsolete in UCMA 3.0 and will be removed from later versions. As an alternative, applications can use the ContentDescription class.Describes a content description and additional negotiation information.
The SignalingContentDescription type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentType | Gets or sets the ContentType for the body or null if none is specified. (inherited from ContentDescription) | |
DialogContext | Obsolete. The dialog context or null, if session is established. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBody | Represents the body in byte or null, if there is none. (inherited from ContentDescription) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
RecomputeBody | Recompute the body of this instance. (inherited from ContentDescription) | |
SetBody | Sets the body content. (inherited from ContentDescription) | |
ToString | Represents MediaDescription as a string. (inherited from ContentDescription) |
Top