Raw message content.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Property 
RawContent 
As 
Byte()
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
value 
As 
Byte()

value = instance.
RawContent

instance.
RawContent = 
value
C#
public 
byte[] 
RawContent { 
get; 
set; }

Property value

Type: array< System . . :: . . 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.

See also