Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: sipauthenticateheaderbase.h
Link against: sipcodec.lib

Class CSIPAuthenticateHeaderBase

class CSIPAuthenticateHeaderBase : public CSIPAuthHeaderBase;

Description

A base class for SIP Proxy-Authenticate- and WWW-Authenticate-headers

sipcodec.lib

Derivation

Members

Defined in CSIPAuthenticateHeaderBase:
ExternalizeSupported(), HasQopValueL(), Params(), Params(), iParams, ~CSIPAuthenticateHeaderBase()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CSIPAuthHeaderBase:
AuthScheme(), DeleteParam(), DesParamValue(), HasParam(), ParamValue(), SetDesParamL(), SetParamAndAddQuotesL(), SetParamL(), ToTextValueL()

Inherited from CSIPHeaderBase:
CloneL(), ExternalizeL(), Name(), PushLC(), ToTextL(), ToTextLC(), ToTextValueLC()


Construction and destruction


~CSIPAuthenticateHeaderBase()

virtual IMPORT_C ~CSIPAuthenticateHeaderBase();

Description

Destructor.

[Top]


Member functions


HasQopValueL()

IMPORT_C TBool HasQopValueL(const TDesC8 &aQopValue) const;

Description

Check whether a qop-value in qop-options is present.

Parameters

const TDesC8 &aQopValue

the qop-value

Return value

TBool

ETrue if present, otherwise EFalse.


ExternalizeSupported()

virtual IMPORT_C TBool ExternalizeSupported() const;

Description

From CSIPHeaderBase ExternalizeSupported

Return value

TBool


Params()

protected: virtual const CSIPParamContainerBase &Params() const;

Description

Return value

const CSIPParamContainerBase &


Params()

protected: virtual CSIPParamContainerBase &Params();

Description

Return value

CSIPParamContainerBase &

[Top]


Member data


iParams

protected: CSIPAuthenticateHeaderParams * iParams;

Description