|
Daraja HTTP Framework 3.0-MS1
HTTP server framework for Object Pascal
|
IConnector interface. More...
Inheritance diagram for IConnector:Public Member Functions | |
| SetPort (Integer Value) | |
| Set the port. | |
| SetHost (const string Value) | |
| Set the host. | |
| Integer | GetPort () |
| Get the port. | |
| string | GetHost () |
| Get the host. | |
Public Attributes | |
| string | Host |
| Integer | Port |
IConnector interface.
| string IConnector::Host |
Referenced by TdjServer::AddConnector().
| Integer IConnector::Port |
Referenced by TdjServer::AddConnector().