Determines whether the content body of the SIP message is marshaled or is not marshaled.

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

Syntax

Visual Basic (declaration)
Public 
Property 
MarshalContent 
As 
Boolean
	
Get
	
Friend 
Set
Visual Basic (usage)
Dim 
instance 
As 

Transaction
Dim 
value 
As 
Boolean

value = instance.
MarshalContent
C#
public 
bool 
MarshalContent { 
get; 
internal 
set; }

Property value

Type: System . . :: . . Boolean

Remarks

For a ClientTransaction object, this property contains the Request object that is passed to SendRequest(Request) .

For a ServerTransaction object, this property contains the Requestobject whose associated request message created this instance.

See also