API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <sipcontenttypeheader.h>
Inherits CSIPParameterHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPContentTypeHeader () |
| Destructor, deletes the resources of CSIPContentTypeHeader. | |
| IMPORT_C const TDesC8 & | MediaType () const |
| Gets the media type from the "Content-Type" header. | |
| IMPORT_C void | SetMediaTypeL (const TDesC8 &aMediaType) |
| Sets the media type in the "Content-Type" header. | |
| IMPORT_C const TDesC8 & | MediaSubtype () const |
| Gets the media subtype from the "Content-Type" header. | |
| IMPORT_C void | SetMediaSubtypeL (const TDesC8 &aMediaSubtype) |
| Sets the media subtype in the "Content-Type" header. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| TBool | HasCompactName () const |
| RStringF | CompactName () const |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C CSIPContentTypeHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPContentTypeHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPContentTypeHeader * | NewL (const TDesC8 &aMediaType, const TDesC8 &aMediaSubtype) |
| Creates a new instance of CSIPContentTypeHeader. | |
| static IMPORT_C CSIPContentTypeHeader * | NewLC (const TDesC8 &aMediaType, const TDesC8 &aMediaSubtype) |
| Creates a new instance of CSIPContentTypeHeader and puts it onto the cleanup stack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPContentTypeHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPContentTypeHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs a CSIPContentTypeHeader from textual representation of the header's value part.
|
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs an instance of a CSIPContentTypeHeader from a RReadStream.
|
|
|
Gets the media subtype from the "Content-Type" header.
|
|
|
Gets the media type from the "Content-Type" header.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
| ||||||||||||
|
Creates a new instance of CSIPContentTypeHeader.
|
| ||||||||||||
|
Creates a new instance of CSIPContentTypeHeader and puts it onto the cleanup stack.
|
|
|
Implements CSIPHeaderBase. |
|
|
Sets the media subtype in the "Content-Type" header.
|
|
|
Sets the media type in the "Content-Type" header.
|