Location:
rhttppropertyset.h
Link against: http.lib
class RHTTPPropertySet;
A set of named THTTPHdrVal
objects. Used for storing arbitrary collections of information.
Defined in RHTTPPropertySet
:
Property()
, RHTTPPropertySet()
, RemoveAllProperties()
, RemoveProperty()
, SetPropertyL()
, iImplementation
IMPORT_C RHTTPPropertySet();
Default (uninitialised) constructor. An object constructed in this way means 'use text-mode HTTP with default settings'
IMPORT_C TBool Property(RStringF aPropertyName, THTTPHdrVal &aVal) const;
Returns a property.
|
|
IMPORT_C void SetPropertyL(RStringF aPropertyName, THTTPHdrVal aValue);
Sets or creates a property.
|
|
IMPORT_C void RemoveProperty(RStringF aPropertyName);
Removes a named property.
|
protected: CHeaderFieldPart * iImplementation;