diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_http_client.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_http_client.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,106 +0,0 @@ - -
-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.
- --