Link against: BrowserEngine.lib
None
NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.
#include <BrCtlSpecialLoadObserver.h>
Usage:
#include <BrCtlSpecialLoadObserver.h>
@see S60 Platform: Browser Control API Developer's Guide Version 2.0
@lib BrowserEngine.lib
@file BrCtlSpecialLoadObserver.h
Public Member Functions |
|
virtual void | NetworkConnectionNeededL (TInt *aConnectionPtr, TInt *aSockSvrHandle, TBool *aNewConn, TApBearerType *aBearerType)=0 |
Request to create a network connection. |
|
virtual TBool | HandleRequestL (RArray< TUint > *aTypeArray, CDesCArrayFlat *aDesArray)=0 |
Requests the host application to handle non-HTTP requests. |
|
virtual TBool | HandleDownloadL (RArray< TUint > *aTypeArray, CDesCArrayFlat *aDesArray)=0 |
Request the host applicaion to handle downloads. |
|
Request the host applicaion to handle downloads.
|
|
Requests the host application to handle non-HTTP requests. It is expected that the host application will call the Scheme Dispatcher to handle these requests.
|
|
Request to create a network connection.
|