Message.RawContent
The RawContent property contains the parsed message data in raw binary form.
Syntax
[C#]
Copy Code | |
---|---|
public Byte[] RawContent {get; set;} |
Syntax
[Visual Basic .NET]
Copy Code | |
---|---|
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)