Transaction

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Transaction (MSPL)

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

Syntax

class Transaction {
        Request Request;
}

Fields

The Transaction class defines the following field.

Field

Description

Request

Data type: Request

Contains the Request object that initiated the transaction.