TROBPDXTCPServer
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview
TROBPDXHTTPServer implements a TCP based server that uses the socket implementation provided by the third party DXSock 3.0 library that is shipped with RemObjects SDK.
File
- uROBPDXTCPServer
Declaration
TROBPDXTCPServer = class(TROServer);
Hierarchy
- TROComponent
- TROBaseConnection
- TROServer
- TROBPDXTCPServer
- TROServer
- TROBaseConnection
Properties
| | | |
|---|---|---|
| BPDXServer | TDXServerCore | Provides direct access to the underlying BPDX implementation. You can use this property to control advanced settings on the BPDX object. |
| Port | Integer | Specifies the network socket that the server will be listening on (the default for RemObjects SDK TCP servers is 8090). |
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 | Component | Delphi
