|
|
|
|
Location:
sipproxyauthenticateheader.h
Link against: sipcodec.lib
class CSIPProxyAuthenticateHeader : public CSIPAuthenticateHeaderBase;
Class for SIP Proxy-Authenticate-header manipulation.
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
CSIPProxyAuthenticateHeader - Class for SIP Proxy-Authenticate-header manipulation
Defined in CSIPProxyAuthenticateHeader:
CloneL(), DecodeL(), Name(), NewL(), NewLC(), ~CSIPProxyAuthenticateHeader()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSIPAuthHeaderBase:
AuthScheme(),
DeleteParam(),
DesParamValue(),
HasParam(),
ParamValue(),
SetDesParamL(),
SetParamAndAddQuotesL(),
SetParamL(),
ToTextValueL()
Inherited from CSIPAuthenticateHeaderBase:
ExternalizeSupported(),
HasQopValueL(),
Params(),
iParams
Inherited from CSIPHeaderBase:
ExternalizeL(),
PushLC(),
ToTextL(),
ToTextLC(),
ToTextValueLC()
static IMPORT_C CSIPProxyAuthenticateHeader *NewL(RStringF aAuthScheme);
Creates a new instance of CSIPProxyAuthenticateHeader
|
|
static IMPORT_C CSIPProxyAuthenticateHeader *NewLC(RStringF aAuthScheme);
Creates a new instance of CSIPProxyAuthenticateHeader
|
|
static IMPORT_C CSIPProxyAuthenticateHeader *DecodeL(const TDesC8 &aValue);
Constructs a CSIPProxyAuthenticateHeader from textual representation of the header's value part.
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase CloneL
|