Location:
sipauthenticateheaderbase.h
Link against: sipcodec.lib
class CSIPAuthenticateHeaderBase : public CSIPAuthHeaderBase;
A base class for SIP Proxy-Authenticate- and WWW-Authenticate-headers
sipcodec.lib
CBase
- Base class for all classes to be instantiated on the heap
CSIPHeaderBase
- Class provides a generic interface for all the SIP headers
CSIPAuthHeaderBase
- A base class for SIP Authorization-, Proxy-Authenticate-, Proxy-Authorization- and WWW-Authenticate-headers
CSIPAuthenticateHeaderBase
- A base class for SIP Proxy-Authenticate- and WWW-Authenticate-headers
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()
IMPORT_C TBool HasQopValueL(const TDesC8 &aQopValue) const;
Check whether a qop-value in qop-options is present.
|
|
virtual IMPORT_C TBool ExternalizeSupported() const;
From CSIPHeaderBase
ExternalizeSupported
|
protected: virtual const CSIPParamContainerBase &Params() const;
|
protected: virtual CSIPParamContainerBase &Params();
|
protected: CSIPAuthenticateHeaderParams * iParams;