Skip to content

BaseServer

ElbyFross edited this page Jan 15, 2020 · 2 revisions

Remarks

The abstract class that implemets a server API into the Doloro Networking Framework.

  • Located at the UniformServer namespace.
  • All servers inherited from that class.
  • Controls a process parameters.
  • Implements an API for multi-threading app architecture.
  • Provides transmission handlers of Input and Output lines.
  • Implements API for sending answers to the client via the SendAnswerViaPP method.
  • Handles receiving queries by the PipesProvider.Handlers.Queries.ProcessingAsync handler.

Links

Related pages

Basic:

Complex: