|
|
|
Location:
http\mhttptransactioncallback.h
class MHTTPTransactionCallback
Supported from 7.0
The per-transaction callback for receiving transaction events.
Defined in MHTTPTransactionCallback:
MHFRunError(), MHFRunL()
virtual void MHFRunL(RHTTPTransaction aTransaction, const THTTPEvent& aEvent)=0;
Called when the client's registration conditions are satisfied for events that occur on a transaction.
Note that this function is not allowed to leave if called with certain events.
|
|
virtual TInt MHFRunError(TInt aError, RHTTPTransaction aTransaction, const THTTPEvent& aEvent)=0;
Called when a leave occurs in handling a transaction event.
If you don't handle the error, a HTTP-CORE 6 panic occurs.
The function is similiar in principle to CActive::RunError().
|
|