MimePartContentDescription Constructor
Creates a new instance of the MimePartContentDescription class.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
contentType As ContentType, _
body As Byte() _
)
'Usage
Dim contentType As ContentType
Dim body As Byte()
Dim instance As New MimePartContentDescription(contentType, _
body)
public MimePartContentDescription(
ContentType contentType,
byte[] body
)
Parameters
- contentType
Type: System.Net.Mime.ContentType
The content type for this MIME part. Can be null.
- body
Type: []
The body of this MIME part. Can be null.
Remarks
Initializes class, supplying content type and body. These parameters can be null.
See Also
Reference
MimePartContentDescription Class