TROIndyHTTPChannel
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview
TROIndyHTTPChannel implements an HTTP based channel that uses the HTTP implementation provided by the open source Indy components that ship with Delphi.
File
- uROIndyHTTPChannel
Declaration
TROIndyHTTPChannel = class(TROCustomIndyTCPChannel, IROTransport, IROTCPTransport, IROHTTPTransport);
Hierarchy
- TROComponent
- TROBaseConnection
- TROTransportChannel
- TROIndyTCPChannel
- TROIndyHTTPChannel
- TROIndyTCPChannel
- TROTransportChannel
- TROBaseConnection
Properties
| | | |
|---|---|---|
| IndyClient | Provides direct access to the underlying Indy implementation. You can use this property to control advanced settings on the Indy object. The available properties and settings depend on the version of Indy you are using. | |
| KeepAlive | Boolean | Controls whether to use HTTP Keep-Alive to keep the connection alive between requests. If enabled (true) , once a request is made and a connection is established, this connection is kept open and used for future requests. |
| TargetURL | String | The address of the server. By default, this is usually the host name of your server, followed by 8099, plus the name of the dispatcher configured on the server; for example: http://myserver:8099/bin. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Class | Channel | Component | Delphi
