Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: http\rhttpconnectioninfo.h
Link against: http.lib

Class RHTTPConnectionInfo

class RHTTPConnectionInfo

Support

Supported from 7.0

Description

Used for setting and getting properties for setting up a connection over a protocol.

For an HTTP session, the properties that can be set, and where appropriate, flags for property values, are given in the string table from HTTP::EProxyUsage to HTTP::EProtocol.

For a WSP session, the properties that can be set, and where appropriate, flags for property values, are given in the string table from HTTP::EWspCapClientMessageSize to HTTP::EWspRemainingMessageSize.

The functions for getting, setting, and removing properties are inherited directly from RHTTPPropertySet.

Note that new values could be added by individual filters.

Properties should be defined before the first transaction is created. Filters are not obliged to check if connection information has changed after this point.

Derivation

RHTTPConnectionInfoUsed for setting and getting properties for setting up a connection over a protocol
RHTTPPropertySetBase class for property sets

Inherited from RHTTPPropertySet:
Property(), RemoveAllProperties(), RemoveProperty(), SetPropertyL(), iImplementation