• 大小: 0.14M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: WCF  聊天  

资源简介

【实例简介】利用WCF实现的简单的聊天室,方便初学用户学习,这个项目特别实用,简单易懂!

资源截图

代码片段和文件信息

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

namespace Chat
{
    public enum CallBackType //消息类型(枚举类型)
    {
        Receive  //群聊
        UserEnter //登录
        UserLeave //退出
        ReceiveWhisper //私聊
    };
}

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

     文件       1569  2012-06-06 17:12  WinFormChat\WCF+WinFormChat提交版\Chat\app.config

     文件      24064  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\bin\Debug\Chat.exe

     文件       1569  2012-06-06 17:12  WinFormChat\WCF+WinFormChat提交版\Chat\bin\Debug\Chat.exe.config

     文件      56832  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\bin\Debug\Chat.pdb

     文件      11600  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\bin\Debug\Chat.vshost.exe

     文件       1569  2012-06-06 17:12  WinFormChat\WCF+WinFormChat提交版\Chat\bin\Debug\Chat.vshost.exe.config

     文件        490  2010-03-17 22:39  WinFormChat\WCF+WinFormChat提交版\Chat\bin\Debug\Chat.vshost.exe.manifest

     文件        314  2012-06-06 17:14  WinFormChat\WCF+WinFormChat提交版\Chat\CallBackType.cs

     文件       4483  2012-06-07 20:14  WinFormChat\WCF+WinFormChat提交版\Chat\Chat.csproj

     文件        227  2012-06-06 10:32  WinFormChat\WCF+WinFormChat提交版\Chat\Chat.csproj.user

     文件       3804  2012-06-06 19:05  WinFormChat\WCF+WinFormChat提交版\Chat\ClientCallback.cs

     文件       9480  2012-06-06 10:30  WinFormChat\WCF+WinFormChat提交版\Chat\ClientProxy.cs

     文件       7700  2012-06-07 15:18  WinFormChat\WCF+WinFormChat提交版\Chat\friendfrm.cs

     文件       6274  2012-06-07 15:03  WinFormChat\WCF+WinFormChat提交版\Chat\friendfrm.Designer.cs

     文件       5817  2012-06-07 15:03  WinFormChat\WCF+WinFormChat提交版\Chat\friendfrm.resx

     文件       1295  2012-06-07 15:03  WinFormChat\WCF+WinFormChat提交版\Chat\Loginfrm.cs

     文件       4392  2012-06-07 15:02  WinFormChat\WCF+WinFormChat提交版\Chat\Loginfrm.Designer.cs

     文件       5817  2012-06-07 15:02  WinFormChat\WCF+WinFormChat提交版\Chat\Loginfrm.resx

     文件       5506  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\Chat.csproj.FileListAbsolute.txt

     文件      24064  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\Chat.exe

     文件        180  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\Chat.friendfrm.resources

     文件        180  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\Chat.Loginfrm.resources

     文件      56832  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\Chat.pdb

     文件        180  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\Chat.Properties.Resources.resources

     文件       4440  2011-06-08 20:15  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6802  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        526  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\GenerateResource.read.1.tlog

     文件       1180  2012-06-08 07:56  WinFormChat\WCF+WinFormChat提交版\Chat\obj\x86\Debug\GenerateResource.write.1.tlog

     文件        488  2011-06-08 13:52  WinFormChat\WCF+WinFormChat提交版\Chat\Program.cs

     文件       1364  2011-06-08 13:52  WinFormChat\WCF+WinFormChat提交版\Chat\Properties\AssemblyInfo.cs

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

评论

共有 条评论