Puts the desired
ContentType and
messageBody on out
params for the given
requestType.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Sub GetMessageBody ( _
requestType As RequestType, _
<OutAttribute> ByRef contentType As ContentType, _
<OutAttribute> ByRef messageBody As Byte() _
)
|
|
void GetMessageBody (
RequestType requestType,
out ContentType contentType,
out byte[] messageBody
)
|
Parameters
- requestType
-
Subscription request type.
- contentType
-
ContentType to be specify on contenttype header of the
message.
- messageBody
-
Content body for the request message.
Thread Safety
All public static (Shared in Visual
Basic) members of this type are thread-safe. Instance members are
not guaranteed to be thread-safe.
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