|
|
|
Location:
http\rhttpconnectioninfo.h
Link against: http.lib
class RHTTPConnectionInfo
Supported from 7.0
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.
|
Inherited from RHTTPPropertySet:
Property(),
RemoveAllProperties(),
RemoveProperty(),
SetPropertyL(),
iImplementation