|
|
|
Location:
http\MHTTPFilterCreationCallback.h
class MHTTPFilterCreationCallback
Supported from 7.0
Abstract callback interface that allows the client to alter the installed filters.
The session calls ConfigureSessionFiltersL() when the construction of the session is complete. The callback passes a TFilterConfigurationIterator object that allows the client to check and modify the filters that are installed.
Defined in MHTTPFilterCreationCallback:
ConfigureSessionFiltersL()
virtual void ConfigureSessionFiltersL(TFilterConfigurationIterator* aFilterConfigIter)=0;
Supported from 7.0
Called by the session when the session construction is complete.
This passes a TFilterConfigurationIterator object back to the client, which allows the client to install or install selected filters.
|