getServerInfo method

ServerConfiguration getServerInfo()

Return information about the server: protocol, version, limits, and build timestamp

Implementation

ServerConfiguration getServerInfo() {
  return _configService.serverConfiguration;
}