MimePartContentDescription Class

Represents content description that can go into a mime part.

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Signaling..::..ContentDescription
    Microsoft.Rtc.Collaboration..::..MimePartContentDescription

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class MimePartContentDescription _
    Inherits ContentDescription
'Usage
Dim instance As MimePartContentDescription
public class MimePartContentDescription : ContentDescription

Remarks

This can be used by an application to include parts in outgoing offer/answer for a call.

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.

See Also

Reference

MimePartContentDescription Members

Microsoft.Rtc.Collaboration Namespace