MimePartContentDescription Class

Represents a part of a MIME body of a SIP message. A part can represent SDP part or a custom part or a mime/alternative part or a mime/mixed part of a mime body.

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

If a MIME body is represented in the form of a tree with parent and child nodes, this class would represent a node in the tree. For example, the root represents the entire MIME part and the child nodes represent parts contained immediately inside the outer MIME part.

Thus, an intermediate node in the tree will always represent a mime/alternative or a mime/mixed part. The leaves of the tree represent other content types including SDP or a custom part such as text/plain.

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