Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested sealed class: RT.Servers.HttpServer.Statistics

Summary

Keeps track of and exposes getters for various server performance statistics.

Constructors

Constructor.

Instance properties

int Gets the number of connections which are currently alive, that is receiving data, waiting to receive data, or sending a response.
int Gets the number of request processing threads which have completed a request but are being kept alive.
longGets the total number of connections received by the server.