Transaction (MSPL)

The Transaction built-in class defines basic information about a SIP transaction.

Syntax

  Copy imageCopy Code
class Transaction {
		Request Request;
		bool MarshalContent;
}

Fields

The Transaction class defines the following field.

Field

Description

Request

Data type: Request

Contains the Request object that initiated the transaction.

MarshalContent

Data type: bool

Contains a Boolean flag to indicate whether the content of messages should be marshalled to the managed server applications. The default value is true. If an application never needs to access the Content of SIP messages, then it can set this property to false to optimize the communication between the server and the managed server application.