Share via


ContentDescription Constructor (ContentType, Byte[])

Initializes an instance of the class.

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

  • body
    Type: array<System..::..Byte>[]()[][]
    The message body of the Invite message.

See Also

Reference

ContentDescription Class

ContentDescription Members

ContentDescription Overload

Microsoft.Rtc.Signaling Namespace