資源簡介
因近期發現很多關于 Web實時推送的問題貼,所以寫了一個簡單的
基于 SignalR 的Web實時推送 Demo.
開發工具 VS2010
ASP.NET WebForm
SignalR 版本 -Version 1.1.3

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.SessionState;
using?System.Web.Routing;
namespace?Ahoo.Demo.RuntimePushForWebForm
{
????public?class?Global?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start(object?sender?EventArgs?e)
????????{
????????????RouteTable.Routes.MapHubs();
????????}
????????protected?void?Session_Start(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Application_BeginRequest(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Application_AuthenticateRequest(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Application_Error(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Session_End(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Application_End(object?sender?EventArgs?e)
????????{
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????17385??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm.csproj
?????文件???????1086??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm.csproj.user
?????文件???????6656??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Ahoo.Demo.RuntimePushForWebForm.dll
?????文件??????15872??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Ahoo.Demo.RuntimePushForWebForm.pdb
?????文件?????274104??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.Core.dll
?????文件?????210250??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.Core.xm
?????文件??????51896??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.Owin.dll
?????文件???????6864??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.Owin.xm
?????文件??????19128??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.SystemWeb.dll
?????文件???????4880??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.SystemWeb.xm
?????文件?????119968??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.Owin.Host.SystemWeb.dll
?????文件??????20007??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.Owin.Host.SystemWeb.xm
?????文件??????45416??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.Web.Infrastructure.dll
?????文件?????391680??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Newtonsoft.Json.dll
?????文件?????440219??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Newtonsoft.Json.xm
?????文件???????4608??2013-12-18?10:49??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Owin.dll
?????文件????????115??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Global.asax
?????文件???????1017??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Global.asax.cs
?????文件????????237??2013-12-18?10:53??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Hubs\PushHub.cs
?????文件???????2565??2013-12-18?10:51??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Notice.htm
?????文件???????2057??2013-12-18?10:55??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\Debug\Ahoo.Demo.RuntimePushForWebForm.csproj.FileListAbsolute.txt
?????文件??????39698??2013-12-18?10:55??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\Debug\Ahoo.Demo.RuntimePushForWebForm.csprojResolveAssemblyReference.cache
?????文件???????6656??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\Debug\Ahoo.Demo.RuntimePushForWebForm.dll
?????文件??????15872??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\Debug\Ahoo.Demo.RuntimePushForWebForm.pdb
?????文件??????29070??2013-12-18?10:56??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????902??2013-12-18?10:50??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\packages.config
?????文件???????1363??2013-12-18?10:41??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Properties\AssemblyInfo.cs
?????文件????????644??2013-12-18?10:55??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Push.aspx
?????文件????????811??2013-12-18?10:55??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Push.aspx.cs
?????文件???????1506??2013-12-18?10:52??Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Push.aspx.designer.cs
............此處省略298個文件信息
評論
共有 條評論