MHTTPServiceAuthentication Class Reference

class MHTTPServiceAuthentication

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.

Public Member Functions
TInt OnAuthentication (const TDesC8 &, const TDesC8 &, const TDesC8 &, RBuf8 &, RBuf8 &)

Member Functions 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]

Parameters

const TDesC8 & aUri
const TDesC8 & aRealm
const TDesC8 & aType
RBuf8 & aUsername
RBuf8 & aPassword