Initializes an instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
contentType As ContentType, _
body As Byte() _
)
|
|
public ContentDescription (
ContentType contentType,
byte[] body
)
|
Parameters
- contentType
-
The content type.
- body
-
The message body of the Invite message.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also