diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-F9184A82-A467-5022-B02F-2FDF52258618.dita --- a/Symbian3/PDK/Source/GUID-F9184A82-A467-5022-B02F-2FDF52258618.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-F9184A82-A467-5022-B02F-2FDF52258618.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,27 +1,27 @@ - - - - - -Session -Properties -

Both RHTTPSession and RHTTPTransaction can -have a set of properties associated with them. Properties take the form of -name-value pairs, where the name is an RStringF and the -value is a THTTPHdrVal, allowing integers, strings, URIs, -and dates to be stored.

-

Session properties are called Connection Information in the API, as they -mainly relate to the type of connection that is made between a client and -an HTTP server. They are accessed using the RHTTPSession::ConnectionInfo() method, -which returns an RHTTPConnectionInfo handle.

-

Note that in general, session properties must be defined before the first -transaction is created; filters do not check the connection information if -the values have changed after this point. However, some exceptions are allowed -with HTTP version and proxy configuration.

+ + + + + +Session +Properties +

Both RHTTPSession and RHTTPTransaction can +have a set of properties associated with them. Properties take the form of +name-value pairs, where the name is an RStringF and the +value is a THTTPHdrVal, allowing integers, strings, URIs, +and dates to be stored.

+

Session properties are called Connection Information in the API, as they +mainly relate to the type of connection that is made between a client and +an HTTP server. They are accessed using the RHTTPSession::ConnectionInfo() method, +which returns an RHTTPConnectionInfo handle.

+

Note that in general, session properties must be defined before the first +transaction is created; filters do not check the connection information if +the values have changed after this point. However, some exceptions are allowed +with HTTP version and proxy configuration.

\ No newline at end of file