Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: sipproxyauthenticateheader.h
Link against: sipcodec.lib

Class CSIPProxyAuthenticateHeader

class CSIPProxyAuthenticateHeader : public CSIPAuthenticateHeaderBase;

Description

Class for SIP Proxy-Authenticate-header manipulation.

sipcodec.lib

Derivation

Members

Defined in CSIPProxyAuthenticateHeader:
CloneL(), DecodeL(), Name(), NewL(), NewLC(), ~CSIPProxyAuthenticateHeader()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CSIPAuthHeaderBase:
AuthScheme(), DeleteParam(), DesParamValue(), HasParam(), ParamValue(), SetDesParamL(), SetParamAndAddQuotesL(), SetParamL(), ToTextValueL()

Inherited from CSIPAuthenticateHeaderBase:
ExternalizeSupported(), HasQopValueL(), Params(), iParams

Inherited from CSIPHeaderBase:
ExternalizeL(), PushLC(), ToTextL(), ToTextLC(), ToTextValueLC()


Construction and destruction


NewL()

static IMPORT_C CSIPProxyAuthenticateHeader *NewL(RStringF aAuthScheme);

Description

Creates a new instance of CSIPProxyAuthenticateHeader

Parameters

RStringF aAuthScheme

Return value

CSIPProxyAuthenticateHeader *

a new instance of CSIPProxyAuthenticateHeader


NewLC()

static IMPORT_C CSIPProxyAuthenticateHeader *NewLC(RStringF aAuthScheme);

Description

Creates a new instance of CSIPProxyAuthenticateHeader

Parameters

RStringF aAuthScheme

Return value

CSIPProxyAuthenticateHeader *

a new instance of CSIPProxyAuthenticateHeader


~CSIPProxyAuthenticateHeader()

IMPORT_C ~CSIPProxyAuthenticateHeader();

Description

Destructor

[Top]


Member functions


DecodeL()

static IMPORT_C CSIPProxyAuthenticateHeader *DecodeL(const TDesC8 &aValue);

Description

Constructs a CSIPProxyAuthenticateHeader from textual representation of the header's value part.

Parameters

const TDesC8 &aValue

a value part of a "Proxy-Authenticate"-header

Return value

CSIPProxyAuthenticateHeader *

a new instance of CSIPProxyAuthenticateHeader


CloneL()

virtual IMPORT_C CSIPHeaderBase *CloneL() const;

Description

From CSIPHeaderBase CloneL

Return value

CSIPHeaderBase *


Name()

virtual IMPORT_C RStringF Name() const;

Description

From CSIPHeaderBase Name

Return value

RStringF