• 大小: 130KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-12
  • 语言: C#
  • 标签: 聊天室  

资源简介

WinForm版聊天室复习Socket通信

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace _01聊天室服务器
{
    /// 
    /// 关闭连接的委托
    /// 

    /// 
    public delegate   void DGCloseConn(string endPoint);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3972  2014-12-14 13:53  WinForm版聊天室复习Socket通信\01聊天室服务器\01聊天室服务器.csproj

     文件        187  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\App.config

     文件      15872  2014-12-17 17:19  WinForm版聊天室复习Socket通信\01聊天室服务器\bin\Debug\01聊天室服务器.exe

     文件        187  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\bin\Debug\01聊天室服务器.exe.config

     文件      32256  2014-12-17 17:19  WinForm版聊天室复习Socket通信\01聊天室服务器\bin\Debug\01聊天室服务器.pdb

     文件      23168  2014-12-17 17:44  WinForm版聊天室复习Socket通信\01聊天室服务器\bin\Debug\01聊天室服务器.vshost.exe

     文件        187  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\bin\Debug\01聊天室服务器.vshost.exe.config

     文件        490  2010-03-17 22:39  WinForm版聊天室复习Socket通信\01聊天室服务器\bin\Debug\01聊天室服务器.vshost.exe.manifest

     文件        334  2014-12-14 13:47  WinForm版聊天室复习Socket通信\01聊天室服务器\DGCloseConn.cs

     文件        338  2014-12-14 13:25  WinForm版聊天室复习Socket通信\01聊天室服务器\DGShowMsg.cs

     文件       8502  2014-12-17 17:16  WinForm版聊天室复习Socket通信\01聊天室服务器\FormServer.cs

     文件      11159  2014-12-17 17:14  WinForm版聊天室复习Socket通信\01聊天室服务器\FormServer.Designer.cs

     文件       5817  2014-12-17 17:14  WinForm版聊天室复习Socket通信\01聊天室服务器\FormServer.resx

     文件       5519  2014-12-17 16:57  WinForm版聊天室复习Socket通信\01聊天室服务器\MsgConnection.cs

     文件       1762  2014-12-17 17:44  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\01聊天室服务器.csproj.FileListAbsolute.txt

     文件        982  2014-12-17 17:19  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\01聊天室服务器.csproj.GenerateResource.Cache

     文件      15872  2014-12-17 17:19  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\01聊天室服务器.exe

     文件      32256  2014-12-17 17:19  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\01聊天室服务器.pdb

     文件        865  2014-12-17 16:27  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7051  2014-12-17 18:01  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件          0  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

     文件          0  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

     文件          0  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

     文件        180  2014-12-17 17:19  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\_01聊天室服务器.FormServer.resources

     文件        180  2014-12-17 17:19  WinForm版聊天室复习Socket通信\01聊天室服务器\obj\Debug\_01聊天室服务器.Properties.Resources.resources

     文件        538  2014-12-14 13:52  WinForm版聊天室复习Socket通信\01聊天室服务器\Program.cs

     文件       1364  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\Properties\AssemblyInfo.cs

     文件       2894  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\Properties\Resources.Designer.cs

     文件       5612  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\Properties\Resources.resx

     文件       1108  2014-12-12 15:10  WinForm版聊天室复习Socket通信\01聊天室服务器\Properties\Settings.Designer.cs

............此处省略53个文件信息

评论

共有 条评论