public void Start() { //when a user clicks on Start in the browser, add this client ip address to the list registered for logging LoggingHandler.Register(Context.Request.GetClientIp(), Context.ConnectionId); }