API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <sipsecurityclientheader.h>
Inherits CSIPSecurityHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPSecurityClientHeader () |
| Destructor, deletes the resources of CSIPSecurityClientHeader. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
Static Public Member Functions | |
| static IMPORT_C RPointerArray< CSIPSecurityClientHeader > | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPSecurityClientHeader from textual representation of the header's value part. | |
| 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. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPSecurityClientHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPSecurityClientHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Constructs a CSIPSecurityClientHeader from textual representation of the header's value part.
|
|
|
Constructs an instance of a CSIPSecurityClientHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a new instance of CSIPSecurityClientHeader.
|
|
|
Creates a new instance of CSIPSecurityClientHeader and puts it to CleanupStack.
|