|
|
|
|
Location:
sipcontentdispositionheader.h
Link against: sipcodec.lib
class CSIPContentDispositionHeader : public CSIPParameterHeaderBase;
Class provides functions for setting and getting parameters in SIP "Content-Disposition" header.
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"
CSIPContentDispositionHeader - Class provides functions for setting and getting parameters in SIP "Content-Disposition" header
Defined in CSIPContentDispositionHeader:
CloneL(), DecodeL(), DispType(), InternalizeValueL(), Name(), NewL(), NewLC(), SetDispTypeL(), ~CSIPContentDispositionHeader()
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()
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
|
|
IMPORT_C ~CSIPContentDispositionHeader();
Destructor. deletes the resources of CSIPContentDispositionHeader.
static IMPORT_C CSIPContentDispositionHeader *DecodeL(const TDesC8 &aValue);
Constructs a CSIPContentDispositionHeader from textual representation of the header's value part.
|
|
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;
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPContentDispositionHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase CloneL
|