Edit

Share via


SignalingContentDescription Class

Definition

Caution

This class will be removed from future versions. Use ContentDescription as an alternative.

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.

public ref class SignalingContentDescription : Microsoft::Rtc::Signaling::ContentDescription
[System.Obsolete("This class will be removed from future versions. Use ContentDescription as an alternative.")]
public class SignalingContentDescription : Microsoft.Rtc.Signaling.ContentDescription
type SignalingContentDescription = class
    inherit ContentDescription
Public Class SignalingContentDescription
Inherits ContentDescription
Inheritance
SignalingContentDescription
Attributes

Properties

ContentType

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

(Inherited from ContentDescription)
DialogContext

The dialog context or null, if session is established.

Methods

GetBody()

Represents the body in byte or null, if there is none.

(Inherited from ContentDescription)
RecomputeBody()

Recompute the body of this instance.

(Inherited from ContentDescription)
SetBody(Byte[])

Sets the body content.

(Inherited from ContentDescription)
ToString()

Represents MediaDescription as a string.

(Inherited from ContentDescription)

Applies to