Daraja HTTP Framework 2.8
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
IConnector Interface Reference

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
 

Detailed Description

IConnector interface.

Member Data Documentation

◆ Host

string IConnector::Host
See also
GetHost For reading
SetHost For writing

Referenced by TdjServer::AddConnector().

◆ Port

Integer IConnector::Port
See also
GetPort For reading
SetPort For writing

Referenced by TdjServer::AddConnector().