Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the class with parameters.
Namespace: Microsoft.Rtc.Signaling
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 ContentDescription(contentType, _
body)
public ContentDescription(
ContentType contentType,
byte[] body
)
Parameters
- contentType
Type: System.Net.Mime.ContentType
The content type.
- body
Type: []
The message body of the Invite message.