MHTTPServiceAuthentication Class Reference

#include <mw/mhttpserviceauthentication.h>

class MHTTPServiceAuthentication
Public Member Functions
pure virtual TInt OnAuthentication(const TDesC8 &, const TDesC8 &, const TDesC8 &, RBuf8 &, RBuf8 &)

Detailed Description

The mixin that needs to be implemented if authentication is to be supported. This supplies the username and password when they are needed for authentication.

Member Function Documentation

OnAuthentication ( const TDesC8 &, const TDesC8 &, const TDesC8 &, RBuf8 &, RBuf8 & )

TInt OnAuthentication(const TDesC8 &aUri,
const TDesC8 &aRealm,
const TDesC8 &aType,
RBuf8 &aUsername,
RBuf8 &aPassword
)[pure virtual]