RHTTPPropertySet Class Reference
#include
<mw/http/rhttppropertyset.h>
Detailed Description
A set of named THTTPHdrVal objects. Used for storing arbitrary collections of information.
Member Attribute Documentation
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 Function Documentation
Property ( RStringF, THTTPHdrVal & )
| Parameter | Description | | aPropertyName | The name of the property. |
| aVal | The returned value of the property (if defined) |
Returns: ETrue if the property exists
RemoveAllProperties ( )
| IMPORT_C void | RemoveAllProperties | ( | ) | |
RemoveProperty ( RStringF )
| IMPORT_C void | RemoveProperty | ( | RStringF | aPropertyName | ) | |
Removes a named property.
| Parameter | Description | | aPropertyName | The name of the property |
SetProperty ( RStringF, THTTPHdrVal )
SetPropertyL ( RStringF, THTTPHdrVal )
Sets or creates a property.
- leave
- KErrNoMemory There was not enough memory.
| Parameter | Description | | aPropertyName | The name of the property |
| aValue | The new value of the property |