API published in: S60 2nd Ed
Link against: sipclient.lib
Location NetworkControl NetworkServices ReadDeviceData WriteDeviceData
#include <siprequestelements.h>
Public Member Functions | |
| IMPORT_C | ~CSIPRequestElements () |
| Destructor. | |
| IMPORT_C void | SetToHeaderL (CSIPToHeader *aTo) |
| Sets/resets the recipient's To-header To-header must not contain tag-parameter. | |
| IMPORT_C const CSIPToHeader * | ToHeader () const |
| Gets the recipient's To-header. | |
| IMPORT_C void | SetFromHeaderL (CSIPFromHeader *aFrom) |
| Sets/resets the originator's From-header. | |
| IMPORT_C const CSIPFromHeader * | FromHeader () const |
| Gets the originator's From-header. | |
| IMPORT_C const CSIPCSeqHeader * | CSeqHeader () const |
| Gets CSeq-header. | |
| IMPORT_C void | SetRemoteUriL (CUri8 *aRemoteUri) |
| Sets the remote URI. | |
| IMPORT_C const CUri8 & | RemoteUri () const |
| Gets the remote target URI. | |
| IMPORT_C void | SetMethodL (RStringF aMethod) |
| Sets the SIP request method. | |
| IMPORT_C RStringF | Method () const |
| Gets the SIP Method for a request. | |
| IMPORT_C const CSIPMessageElements & | MessageElements () const |
| Gets message elements (contains all SIP user headers and content). | |
| IMPORT_C CSIPMessageElements & | MessageElements () |
| Gets message elements (contains all SIP user headers and content) The response elements can be populated with SIP user headers and content using returned reference to the message elements. | |
| void | ExternalizeL (RWriteStream &aWriteStream) const |
Static Public Member Functions | |
| static IMPORT_C CSIPRequestElements * | NewL (CUri8 *aRemoteUri) |
| Two-phased constructor. | |
| static IMPORT_C CSIPRequestElements * | NewLC (CUri8 *aRemoteUri) |
| Two-phased constructor. | |
| static CSIPRequestElements * | InternalizeL (RReadStream &aReadStream) |
|
|
Destructor. |
|
|
Gets CSeq-header. Available for only incoming requests.
|
|
|
|
Gets the originator's From-header.
|
|
|
|
Gets message elements (contains all SIP user headers and content) The response elements can be populated with SIP user headers and content using returned reference to the message elements.
|
|
|
Gets message elements (contains all SIP user headers and content).
|
|
|
Gets the SIP Method for a request.
|
|
|
Two-phased constructor. If the URI is SIP URI, no SIP URI headers are allowed.
|
|
|
Two-phased constructor. If the URI is SIP URI, no SIP URI headers are allowed.
|
|
|
Gets the remote target URI.
|
|
|
Sets/resets the originator's From-header. From-header must not contain tag-parameter.
|
|
|
Sets the SIP request method.
|
|
|
Sets the remote URI. If the URI is a SIP URI, no SIP URI headers are allowed.
|
|
|
Sets/resets the recipient's To-header To-header must not contain tag-parameter.
|
|
|
Gets the recipient's To-header.
|