Exemple #1
0
 protected void Application_Start(object sender, EventArgs e)
 {
     SessionContainer.TimeOut = 30 * 60 * 1000;
     //APIClient client = new APIClient("http://localhost/AuthorizationServer.API");
     //var request = new RegisterRequest();
     //request.Infos = new RegisterInfo
     //{
     //    ProjectId = "ChatManagement",
     //    RegisterUser = "******"
     //};
     //request.IsJsonRequest = true;
     //request.RequestMethod = "POST";
     //var rsp = client.Execute(request);
     InitConfig.InitIoC();
 }