コード例 #1
0
 public void Report()
 {
     MainServer.AddSessionLog(this.Context.Request.UserHostAddress, this.Context.Request.Browser.Browser, this.Context.Request.UserAgent);
 }
コード例 #2
0
ファイル: Global.asax.cs プロジェクト: axel-lanuza/WebApp
 protected void Application_Start(object sender, EventArgs e)
 {
     MainServer.Init();
 }