MimePartContentDescription(ContentType, Byte[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the MimePartContentDescription class.
public:
MimePartContentDescription(System::Net::Mime::ContentType ^ contentType, cli::array <System::Byte> ^ body);
public MimePartContentDescription (System.Net.Mime.ContentType contentType, byte[] body);
new Microsoft.Rtc.Collaboration.MimePartContentDescription : System.Net.Mime.ContentType * byte[] -> Microsoft.Rtc.Collaboration.MimePartContentDescription
Parameters
- contentType
- ContentType
The content type for this MIME part. Can be null.
- body
- Byte[]
The body of this MIME part. Can be null.
Remarks
Initializes class, supplying content type and body. These parameters can be null.