• 大小: 0.64M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: MVC  聊天  asp.net  SSE  

资源简介

asp.net mvc 实时在线聊天系统源码下载(SSE/EventSource)

资源截图

代码片段和文件信息

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Routing;
using webchat.Communication;
using webchat.Database;
using webchat.Logging;
using webchat.Ping;

namespace webchat {
    // Note: For instructions on enabling IIS6 or IIS7 classic mode 
    // visit http://go.microsoft.com/?linkId=9394801
    /// 
    /// 
    /// 

    public class MvcApplication : System.Web.HttpApplication {

        /// 
        /// A singleton of a  to use throughout the application
        /// 

        public static IPublisher

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\
     文件         483  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\.gitattributes
     文件        1546  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\.gitignore
     文件        1086  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\LICENSE.md
     文件        2375  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\README.md
     目录           0  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\docs\
     文件      180535  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\docs\API docs.pdf
     文件       80077  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\docs\Doxyfile
     文件      164751  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\docs\diagram.png
     文件      103870  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\docs\diagram.xmi
     文件       73319  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\docs\webchat manual.odt
     文件      109088  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\docs\webchat manual.pdf
     文件         907  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat.sln
     目录           0  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\
     目录           0  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\App_Start\
     文件         396  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\App_Start\FilterConfig.cs
     文件         711  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\App_Start\RouteConfig.cs
     文件         591  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\App_Start\WebApiConfig.cs
     目录           0  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Communication\
     文件         942  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Communication\IPublisher.cs
     文件        1872  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Communication\Publisher.cs
     目录           0  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Controllers\
     文件        1929  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Controllers\ChatController.cs
     文件        2108  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Controllers\EventStreamController.cs
     文件        3073  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Controllers\IndexController.cs
     文件        1695  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Controllers\MessageController.cs
     文件        1320  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Controllers\PongController.cs
     文件        3492  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Controllers\RoomController.cs
     目录           0  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Database\
     文件        8395  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Database\Database.cs
     文件        2772  2014-12-14 07:20  webchat-1e2cf23f188cffed83d87aebb38f4f9d5b157185\webchat\Database\IDatabase.cs
............此处省略67个文件信息

评论

共有 条评论