3using System.Threading.Tasks;
25 LinkedList<Parameter> Parameters =
new LinkedList<Parameter>();
33 internal static string PortsToString(
int[] Ports)
35 StringBuilder sb =
new StringBuilder();
38 foreach (
int Port
in Ports)
45 sb.Append(Port.ToString());
Implements an HTTP server.
Abstract base class for commands executing a report.
INode Parent
Parent Node, or null if a root node.
Contains information about a language.
Task< string > GetStringAsync(Type Type, int Id, string Default)
Gets the string value of a string ID. If no such string exists, a string is created with the default ...
Executes the HTTP Statistics report.
override async Task< IEnumerable< Parameter > > GetDisplayableParametersAsync(Language Language, RequestOrigin Caller)
Gets displayable parameters.
override Task< ExecuteReport > GetExecuteCommand()
Gets the command object to execute a report. If null is returned, the report node is just a group pla...
Abstract base class for server report nodes, requiring admin privileges to be seen and executed.
Service Module hosting the XMPP broker and its components.
Tokens available in request.