The capability NetworkServices is required in:
RHttpDownloadMgr::ConnectL( TUid aAppUid, MHttpDownloadMgrObserver& aObserver, TBool aMaster)
|
Public Member Functions |
IMPORT_C TInt | Start () |
| Starts downloading.
|
IMPORT_C TInt | Pause () |
| Pauses downloading.
|
IMPORT_C TInt | Reset () |
| Resets downloading.
|
IMPORT_C TInt | Delete () |
| Deletes downloading.
|
IMPORT_C TInt | Move () |
| Moves downloaded content to the previously specified location.
|
IMPORT_C TInt | GetIntAttribute (const TUint aAttribute, TInt32 &aValue) |
| Gets the value for a TInt attribute.
|
IMPORT_C TInt | GetBoolAttribute (const TUint aAttribute, TBool &aValue) |
| Gets the value for a TBool attribute.
|
IMPORT_C TInt | GetStringAttribute (const TUint aAttribute, TDes16 &aValue) |
| Gets the value for a TDes16 attribute.
|
IMPORT_C TInt | GetStringAttribute (const TUint aAttribute, TDes8 &aValue) |
| Gets the value for a TDes8 attribute.
|
IMPORT_C TInt | GetFileHandleAttribute (RFile &aFile) |
| Gets the download's destination file's handle.
|
IMPORT_C TInt | SetIntAttribute (const TUint aAttribute, TInt32 aValue) |
| Sets the value for a TInt attribute.
|
IMPORT_C TInt | SetBoolAttribute (const TUint aAttribute, TBool aValue) |
| Sets the value for a TDesC attribute.
|
IMPORT_C TInt | SetStringAttribute (const TUint aAttribute, const TDesC16 &aValue) |
| Sets the value for a TDesC attribute.
|
IMPORT_C TInt | SetStringAttribute (const TUint aAttribute, const TDesC8 &aValue) |
| Sets the value for a TDesC8 attribute.
|
IMPORT_C TInt | SetFileHandleAttribute (RFile &aFile) |
| Sets the download's destination file handle.
|
void | Close () |
| Closes download subsession.
|
TBool | IsClosed () |
| Indicates whether the download is closed.
|
Friends |
class | CDownloadMgrHandler |
class | RHttpDownloadMgr |
class | RHttpDownloadMgrApiExt |
class | CTransactionObserver |
class | CCodObserver |