MimePartContentDescription Members

Represents content description that can go into a mime part.

The MimePartContentDescription type exposes the following members.

Constructors

  Name Description
Public method MimePartContentDescription Initializes the instance with content type and body.

Top

Properties

  Name Description
Public property Children Gets the list of mime parts contained in a mime/mixed or mime/alternative section.
Public property ContentDispositionHeader Gets the content disposition header.
Public property ContentDispositionType Gets or sets the content disposition type.
Public property ContentId
Public property ContentIdHeader
Public property ContentType Gets or sets the [ContentType] for the body or nullNothingnullptrunita null reference (Nothing in Visual Basic) if none is specified. (Inherited from ContentDescription.)
Public property ContentTypeHeader Gets the content type header.
Public property IsHandlingRequired Gets or sets the value indicating if the part is required or not.
Public property Parent Gets the parent of this instance.
Public property SignalingHeaders Gets the list of signaling headers including content-id, content-type, and content-disposition.

Top

Methods

  Name Description
Public method Add Adds the given part to the end of the children list.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBody Represents the body in byte or nullNothingnullptrunita null reference (Nothing in Visual Basic) if there is none. (Inherited from ContentDescription.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method RecomputeBody Re-compute the body of this instance. (Overrides ContentDescription..::..RecomputeBody()()()().)
Public method Remove Removes the first occurrence of a specific object from the parts list.
Public method RemoveAt Removes the element at the specified index of the parts list.
Public method SetBody Sets the body content. (Inherited from ContentDescription.)
Public method ToString Represents [MediaDescription] as a string. (Inherited from ContentDescription.)

Top

Fields

  Name Description
Public fieldStatic member ContentDispositionType_Alert Indicates "alert" content disposition type.
Public fieldStatic member ContentDispositionType_Icon Indicates "icon" content disposition type.
Public fieldStatic member ContentDispositionType_Inline Indicates "inline" content disposition type.
Public fieldStatic member ContentDispositionType_Render Indicates "render" content disposition type.
Public fieldStatic member ContentDispositionType_Session Indicates "session" content disposition type.

Top

See Also

Reference

MimePartContentDescription Class

Microsoft.Rtc.Collaboration Namespace