SignalingContentDescription Class
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.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Signaling.ContentDescription
Microsoft.Rtc.Signaling.SignalingContentDescription
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from future versions. Use ContentDescription as an alternative.")> _
Public Class SignalingContentDescription _
Inherits ContentDescription
'Usage
Dim instance As SignalingContentDescription
[ObsoleteAttribute("This class will be removed from future versions. Use ContentDescription as an alternative.")]
public class SignalingContentDescription : ContentDescription
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.