|
|
|
Location:
http\CAuthenticationFilterInterface.h
Link against: http.lib
class CAuthenticationFilterInterface
Supported from 7.0
Utility class that installs an authentication filter.
Clients do not need to use the class directly: they can use MHTTPAuthenticationCallback::InstallAuthenticationL().
|
Defined in CAuthenticationFilterInterface:
InstallFilterL(), TAuthenticationParams, iEcomDtorID, ~CAuthenticationFilterInterface()
Inherited from CBase:
operator new()
inline static void InstallFilterL(RHTTPSession& aSession, MHTTPAuthenticationCallback* aCallback);
Installs the authentication filter to the filter queue.
The returned pointer is not owned as the filters must be self-destroying when they are unloaded.
|
struct TAuthenticationParams;
This is internal and not intended for use.
Defined in CAuthenticationFilterInterface::TAuthenticationParams:
iCallback, iSession
iSessionRHTTPSession* iSession;
This is internal and not intended for use.
iCallbackMHTTPAuthenticationCallback* iCallback;
This is internal and not intended for use.
private: TUid iEcomDtorID;
This is internal and not intended for use.