API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <sipcontentdispositionheader.h>
Inherits CSIPParameterHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPContentDispositionHeader () |
| Destructor. | |
| IMPORT_C const TDesC8 & | DispType () const |
| Gets the disp-type parameter from the "Content-Disposition" header. | |
| IMPORT_C void | SetDispTypeL (const TDesC8 &aDispType) |
| Sets the disp-type parameter in the "Content-Disposition" header;. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C CSIPContentDispositionHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPContentDispositionHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPContentDispositionHeader * | NewL (const TDesC8 &aDispType) |
| Creates a new instance of CSIPContentDispositionHeader. | |
| static IMPORT_C CSIPContentDispositionHeader * | NewLC (const TDesC8 &aDispType) |
| Creates a new instance of CSIPContentDispositionHeader and puts it to CleanupStack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPContentDispositionHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor. deletes the resources of CSIPContentDispositionHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Constructs a CSIPContentDispositionHeader from textual representation of the header's value part.
|
|
|
Gets the disp-type parameter from the "Content-Disposition" header.
|
|
|
Constructs an instance of a CSIPContentDispositionHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a new instance of CSIPContentDispositionHeader.
|
|
|
Creates a new instance of CSIPContentDispositionHeader and puts it to CleanupStack.
|
|
|
Implements CSIPHeaderBase. |
|
|
Sets the disp-type parameter in the "Content-Disposition" header;.
|