CHttpHeader Class Reference

class CHttpHeader : public CBase

Class which represents one header in transferred file

httptransfer.lib
Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

CHttpHeader()

CHttpHeader ( )

Default constructor

Since
S60 v3.2

~CHttpHeader()

~CHttpHeader ( )

Destructor

Since
S60 v3.2

Member Functions Documentation

ConstructL(const TDesC8 &, const TDesC8 &)

void ConstructL ( const TDesC8 & aFieldName,
const TDesC8 & aFieldValue
) [private]

Second phase constructor

Since
S60 v3.2

Parameters

const TDesC8 & aFieldName Name of the header field
const TDesC8 & aFieldValue Value of the header field

FieldName()

const TDesC8 & FieldName ( )

Getter for the name of the field

Since
S60 v3.2

FieldValue()

const TDesC8 & FieldValue ( )

Getter for the value of the field

Since
S60 v3.2

NewL(const TDesC8 &, const TDesC8 &)

CHttpHeader * NewL ( const TDesC8 & aFieldName,
const TDesC8 & aFieldValue
) [static]

Constructor

Since
S60 v3.2

Parameters

const TDesC8 & aFieldName Name of the header field
const TDesC8 & aFieldValue Value of the header field

Member Data Documentation

HBufC8 * iFieldName

HBufC8 * iFieldName [private]

Header field name Own.

HBufC8 * iFieldValue

HBufC8 * iFieldValue [private]

Value of the field Own.