CUpnpHttpHeader Class Reference
class CUpnpHttpHeader : public CBase
|
This is HTTPMessage header name-value pair. HTTPMessage contains a list of these header rows.
Constructor & Destructor Documentation
CUpnpHttpHeader()
CUpnpHttpHeader
|
(
|
)
|
[private]
|
~CUpnpHttpHeader()
~CUpnpHttpHeader
|
(
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL(const TDesC8 &, const TDesC8 &)
void
|
ConstructL
|
(
|
const
TDesC8
&
|
aName,
|
|
const
TDesC8
&
|
aValue
|
|
)
|
[private]
|
Second phase constructor.
Name()
Returns name of HTTPHeader.
NewL(const TDesC8 &, const TDesC8 &)
Constructor function of HTTPHeader object.
Parameters
const
TDesC8
& aName
|
This is the name part of HTTP Header.
|
const
TDesC8
& aValue
|
This is the value part of HTTP Header.
|
SetNameL(const TDesC8 &)
IMPORT_C void
|
SetNameL
|
(
|
const
TDesC8
&
|
aName
|
)
|
|
Parameters
const
TDesC8
& aName
|
New name for HTTPHeader.
|
SetValueL(const TDesC8 &)
IMPORT_C void
|
SetValueL
|
(
|
const
TDesC8
&
|
aValue
|
)
|
|
Parameters
const
TDesC8
& aValue
|
New value for HTTPHeader.
|
Value()
Returns value of HTTPHeader.
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.