Location:
sipsecurityclientheader.h
Link against: sipcodec.lib
class CSIPSecurityClientHeader : public CSIPSecurityHeaderBase;
Class provides functions for setting and getting SIP "Security-Client" header fields.
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
CSIPParameterHeaderBase
- A base class for SIP headers that have structure "mandatory part"delimiter"parameters"
CSIPSecurityHeaderBase
- A base class for Security-Client, Security-Server and Security-Verify
CSIPSecurityClientHeader
- Class provides functions for setting and getting SIP "Security-Client" header fields
Defined in CSIPSecurityClientHeader
:
CloneL()
, DecodeL()
, InternalizeValueL()
, Name()
, NewL()
, NewLC()
, ~CSIPSecurityClientHeader()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSIPHeaderBase
:
ExternalizeL()
,
ExternalizeSupported()
,
PushLC()
,
ToTextL()
,
ToTextLC()
,
ToTextValueLC()
Inherited from CSIPParameterHeaderBase
:
DeleteParam()
,
HasParam()
,
Param()
,
ParamCount()
,
ParamValue()
,
SetParamL()
,
ToTextValueL()
Inherited from CSIPSecurityHeaderBase
:
MechanismName()
,
PreferenceParam()
,
SetMechanismNameL()
,
SetPreferenceParamL()
static IMPORT_C CSIPSecurityClientHeader *NewL(const TDesC8 &aMechanism);
Creates a new instance of CSIPSecurityClientHeader
|
|
static IMPORT_C CSIPSecurityClientHeader *NewLC(const TDesC8 &aMechanism);
Creates a new instance of CSIPSecurityClientHeader and puts it to CleanupStack
|
|
IMPORT_C ~CSIPSecurityClientHeader();
Destructor, deletes the resources of CSIPSecurityClientHeader.
static IMPORT_C RPointerArray< CSIPSecurityClientHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPSecurityClientHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPSecurityClientHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|