public void Report() { MainServer.AddSessionLog(this.Context.Request.UserHostAddress, this.Context.Request.Browser.Browser, this.Context.Request.UserAgent); }
protected void Application_Start(object sender, EventArgs e) { MainServer.Init(); }