RHTTPPropertySet Class Reference

class RHTTPPropertySet

A set of named THTTPHdrVal objects. Used for storing arbitrary collections of information.

Constructor & Destructor Documentation

RHTTPPropertySet()

IMPORT_C RHTTPPropertySet ( )

Default (uninitialised) constructor. An object constructed in this way means 'use text-mode HTTP with default settings'

Member Functions Documentation

Property(RStringF, THTTPHdrVal &)

IMPORT_C TBool Property ( RStringF aPropertyName,
THTTPHdrVal & aVal
) const

Returns a property.

Parameters

RStringF aPropertyName The name of the property.
THTTPHdrVal & aVal The returned value of the property (if defined)

RemoveAllProperties()

IMPORT_C void RemoveAllProperties ( )

Removes all properties

RemoveProperty(RStringF)

IMPORT_C void RemoveProperty ( RStringF aPropertyName )

Removes a named property.

Parameters

RStringF aPropertyName The name of the property

SetProperty(RStringF, THTTPHdrVal)

IMPORT_C TInt SetProperty ( RStringF aPropertyName,
THTTPHdrVal aValue
)

Parameters

RStringF aPropertyName
THTTPHdrVal aValue

SetPropertyL(RStringF, THTTPHdrVal)

IMPORT_C void SetPropertyL ( RStringF aPropertyName,
THTTPHdrVal aValue
)
Sets or creates a property.
leave
KErrNoMemory There was not enough memory.

Parameters

RStringF aPropertyName The name of the property
THTTPHdrVal aValue The new value of the property

Member Data Documentation

CHeaderFieldPart * iImplementation

CHeaderFieldPart * iImplementation [protected]