Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: sipwwwauthenticateheader.h
Link against: sipcodec.lib

Class CSIPWWWAuthenticateHeader

class CSIPWWWAuthenticateHeader : public CSIPAuthenticateHeaderBase;

Description

Class for SIP WWW-Authenticate-header manipulation.

sipcodec.lib

Derivation

Members

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

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 CSIPWWWAuthenticateHeader *NewL(RStringF aAuthScheme);

Description

Creates a new instance of CSIPWWWAuthenticateHeader

Parameters

RStringF aAuthScheme

Return value

CSIPWWWAuthenticateHeader *

a new instance of CSIPWWWAuthenticateHeader


NewLC()

static IMPORT_C CSIPWWWAuthenticateHeader *NewLC(RStringF aAuthScheme);

Description

Creates a new instance of CSIPWWWAuthenticateHeader

Parameters

RStringF aAuthScheme

Return value

CSIPWWWAuthenticateHeader *

a new instance of CSIPWWWAuthenticateHeader


~CSIPWWWAuthenticateHeader()

IMPORT_C ~CSIPWWWAuthenticateHeader();

Description

Destructor

[Top]


Member functions


DecodeL()

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

Description

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

Parameters

const TDesC8 &aValue

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

Return value

CSIPWWWAuthenticateHeader *

a new instance of CSIPWWWAuthenticateHeader


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