91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.99MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-16
  • 語言: 其他
  • 標簽: Signal??WebForm??

資源簡介

WebForm-SignalR實現簡單實例,各位可以作為工具參考,

資源截圖

代碼片段和文件信息

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)
????????{

????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-10-19?15:20??WebForm-SignalR\
?????目錄???????????0??2018-10-19?15:20??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\
?????目錄???????????0??2018-10-19?15:20??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\
?????文件?????????983??2013-12-18?10:41??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm.sln
?????文件????????9216??2013-12-18?10:53??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm.suo
?????文件???????17385??2013-12-18?10:56??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm.csproj
?????文件????????1086??2013-12-18?10:56??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm.csproj.user
?????目錄???????????0??2018-10-19?15:20??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\
?????文件????????6656??2018-10-19?15:18??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Ahoo.Demo.RuntimePushForWebForm.dll
?????文件???????17920??2018-10-19?15:18??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Ahoo.Demo.RuntimePushForWebForm.pdb
?????文件??????274104??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.Core.dll
?????文件??????210250??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.Core.xml
?????文件???????51896??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.Owin.dll
?????文件????????6864??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.Owin.xml
?????文件???????19128??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.SystemWeb.dll
?????文件????????4880??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.AspNet.SignalR.SystemWeb.xml
?????文件??????119968??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.Owin.Host.SystemWeb.dll
?????文件???????20007??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.Owin.Host.SystemWeb.xml
?????文件???????45416??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Microsoft.Web.Infrastructure.dll
?????文件??????391680??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Newtonsoft.Json.dll
?????文件??????440219??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Newtonsoft.Json.xml
?????文件????????4608??2013-12-18?10:49??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\bin\Owin.dll
?????文件?????????115??2013-12-18?10:56??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Global.asax
?????文件????????1017??2013-12-18?10:56??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Global.asax.cs
?????目錄???????????0??2018-10-19?15:20??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Hubs\
?????文件?????????237??2013-12-18?10:53??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Hubs\PushHub.cs
?????文件????????2565??2013-12-18?10:51??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\Notice.htm
?????目錄???????????0??2018-10-19?15:20??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\
?????目錄???????????0??2018-10-19?15:20??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\Debug\
?????文件????????4794??2018-10-19?15:18??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\Debug\Ahoo.Demo.RuntimePushForWebForm.csproj.FileListAbsolute.txt
?????文件???????73973??2018-10-19?15:18??WebForm-SignalR\Ahoo.Demo.RuntimePushForWebForm\Ahoo.Demo.RuntimePushForWebForm\obj\Debug\Ahoo.Demo.RuntimePushForWebForm.csprojResolveAssemblyReference.cache
............此處省略295個文件信息

評論

共有 條評論