TROServerType
Overview
The ServerType enumeration is used to represent type of the server channel being configured.
Location
- Unit: uROServer.pas
Value | Description |
---|---|
rstHTTP | HTTP-based server channel type. |
rstNonIPBased | non IP-based server channel type. |
rstSuperHTTP | SuperHTTP-based server channel type. |
rstSuperTCP | SuperTCP-based server channel type. |
rstTCP | TCP-based server channel type. |
rstUDP | UDP-based server channel type. |