예제 #1
0
 public void Stop()
 {
     //when a user clicks on Stop in the browser, remove this client ip address from the list registered for logging
     LoggingHandler.Unregister(Context.Request.GetClientIp());
 }