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.
Message.RawContent
The RawContent property contains the parsed message data in raw binary form.
Syntax
[C#]
public Byte[] RawContent {get; set;}
Syntax
[Visual Basic .NET]
Public Property RawContent As Byte[]
Remarks
This property contains the value associated with the "Content" header. The type of data and encoding can be found in other headers, such as "Content-Encoding", "Content-Disposition", and "Content-Type".
This property is exposed to support a wide range of content types, such as ASN.1 formatted data.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)