The user of the class cannot instante this class.
|
Public Member Functions |
| IMPORT_C | ~CSIPClientTransaction () |
| | Destructor.
|
| IMPORT_C const CSIPResponseElements * | ResponseElements () const |
| | Gets response elements of the most recent response.
|
| IMPORT_C CSIPClientTransaction * | CancelL () |
| | Cancels client transaction i.e.
|
| IMPORT_C const CSIPRefresh * | Refresh () const |
| | Gets the associated refresh with the transaction.
|
| virtual IMPORT_C TBool | CancelAllowed () const |
| | Checks if the client transaction is such that it can be cancelled.
|
| CSIPRefresh * | Refresh () |
| | Gets the associated refresh with the transaction and allows modification fo the refresh.
|
| void | RemoveRefresh () |
| | Clears the association from ClientTransaction to CSIPRefresh.
|
Static Public Member Functions |
| static CSIPClientTransaction * | NewL (RStringF aType, TUint32 aRequestId, MTransactionAssociation &aAssociation, CSIPRefresh *aRefresh=0) |
| | Instantiates a CSIPClientTransaction object, leaves on failure.
|
| static CSIPClientTransaction * | NewLC (RStringF aType, TUint32 aRequestId, MTransactionAssociation &aAssociation, CSIPRefresh *aRefresh=0) |
| | Instantiates a CSIPClientTransaction object and pushes it into CleanupStack, leaves on failure.
|
Protected Member Functions |
| | CSIPClientTransaction (TUint32 aRequestId, MTransactionAssociation &aAssociation, CSIPRefresh *aRefresh) |