#include <mw/sipproxyauthenticateheader.h>
class CSIPProxyAuthenticateHeader : public CSIPAuthenticateHeaderBase |
Public Member Functions | |
---|---|
~CSIPProxyAuthenticateHeader() | |
RPointerArray< CSIPHeaderBase > | BaseDecodeL(const TDesC8 &) |
virtual IMPORT_C CSIPHeaderBase * | CloneL() |
IMPORT_C CSIPProxyAuthenticateHeader * | DecodeL(const TDesC8 &) |
CSIPHeaderBase * | InternalizeValueL(RReadStream &) |
virtual IMPORT_C RStringF | Name() |
IMPORT_C CSIPProxyAuthenticateHeader * | NewL(RStringF) |
IMPORT_C CSIPProxyAuthenticateHeader * | NewLC(RStringF) |
Inherited Attributes | |
---|---|
CSIPAuthenticateHeaderBase::iParams | |
CSIPHeaderBase::iLink |
Inherited Enumerations | |
---|---|
CSIPHeaderBase:TPreferredPlace |
Class for SIP Proxy-Authenticate-header manipulation.
RPointerArray< CSIPHeaderBase > | BaseDecodeL | ( | const TDesC8 & | aValue | ) | [static] |
IMPORT_C CSIPHeaderBase * | CloneL | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::CloneL()const
From CSIPHeaderBase CloneL
IMPORT_C CSIPProxyAuthenticateHeader * | DecodeL | ( | const TDesC8 & | aValue | ) | [static] |
Constructs a CSIPProxyAuthenticateHeader from textual representation of the header's value part.
Parameter | Description |
---|---|
aValue | a value part of a "Proxy-Authenticate"-header |
Returns: a new instance of CSIPProxyAuthenticateHeader
CSIPHeaderBase * | InternalizeValueL | ( | RReadStream & | aReadStream | ) | [static] |
IMPORT_C RStringF | Name | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::Name()const
From CSIPHeaderBase Name
IMPORT_C CSIPProxyAuthenticateHeader * | NewL | ( | RStringF | aAuthScheme | ) | [static] |
Creates a new instance of CSIPProxyAuthenticateHeader
Returns: a new instance of CSIPProxyAuthenticateHeader
IMPORT_C CSIPProxyAuthenticateHeader * | NewLC | ( | RStringF | aAuthScheme | ) | [static] |
Creates a new instance of CSIPProxyAuthenticateHeader
Returns: a new instance of CSIPProxyAuthenticateHeader