Transaction.MarshalContent Property

Definition

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

public:
 property bool MarshalContent { bool get(); };
public bool MarshalContent { get; }
Public ReadOnly Property MarshalContent As Boolean

Property Value

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 Request object whose associated request message created this instance.

Applies to