Public Member Functions | |
virtual | ~CHttpClient () |
void | StartClientL () |
virtual TBool | GetNextDataPart (TPtrC8 &aDataPart) |
virtual void | ReleaseData () |
virtual TInt | OverallDataSize () |
virtual TInt | Reset () |
virtual TBool | GetCredentialsL (const TUriC8 &aURI, RString aRealm, RStringF aAuthenticationType, RString &aUsername, RString &aPassword) |
Static Public Member Functions | |
static CHttpClient * | NewLC () |
static CHttpClient * | NewL () |
Protected Member Functions | |
CHttpClient () | |
void | ConstructL () |
It is derived from MHTTPAuthenticationCallback to allow access to servers that require a user to submit a username and password to access protected sections of that server.
Definition at line 48 of file httpexampleclient.h.
TBool CHttpClient::GetCredentialsL | ( | const TUriC8 & | aURI, | |
RString | aRealm, | |||
RStringF | aAuthenticationType, | |||
RString & | aUsername, | |||
RString & | aPassword | |||
) | [virtual] |
Called when a authenticated page is requested Asks the user for a username and password that would be appropriate for the url that was supplied.
Definition at line 402 of file httpexampleclient.cpp.