• 大小: 1.75MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-04
  • 语言: C#
  • 标签: protobuf  

资源简介

protobuf 实例工程,根据 我的protobuf设计原则而提供的一个简单聊天服务的C#实现,工程为VS2013环境,配置为Net 4.0的执行环境。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace ChatClient
{
    /// 
    /// App.xaml 的交互逻辑
    /// 

    public partial class App : Application
    {
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-07-19 00:19  ChatServer\
     目录           0  2014-07-19 22:14  ChatServer\ChatClient\
     文件         199  2014-07-19 22:22  ChatServer\ChatClient\App.config
     文件         321  2014-07-19 00:19  ChatServer\ChatClient\App.xaml
     文件         337  2014-07-19 00:19  ChatServer\ChatClient\App.xaml.cs
     目录           0  2014-07-19 00:19  ChatServer\ChatClient\bin\
     目录           0  2014-07-19 00:56  ChatServer\ChatClient\bin\Debug\
     文件       95232  2014-07-19 22:22  ChatServer\ChatClient\bin\Debug\ChatClient.exe
     文件         199  2014-07-19 22:22  ChatServer\ChatClient\bin\Debug\ChatClient.exe.config
     文件      349696  2014-07-19 22:22  ChatServer\ChatClient\bin\Debug\ChatClient.pdb
     文件       24216  2014-07-19 22:22  ChatServer\ChatClient\bin\Debug\ChatClient.vshost.exe
     文件         199  2014-07-19 22:22  ChatServer\ChatClient\bin\Debug\ChatClient.vshost.exe.config
     文件         490  2013-06-18 20:28  ChatServer\ChatClient\bin\Debug\ChatClient.vshost.exe.manifest
     文件      375808  2013-09-05 15:34  ChatServer\ChatClient\bin\Debug\Google.ProtocolBuffers.dll
     文件        4802  2014-07-19 22:22  ChatServer\ChatClient\ChatClient.csproj
     文件        8166  2014-07-19 01:02  ChatServer\ChatClient\Connection.cs
     文件      375808  2013-09-05 15:34  ChatServer\ChatClient\Google.ProtocolBuffers.dll
     文件        2988  2014-07-19 22:01  ChatServer\ChatClient\MainWindow.xaml
     文件        7479  2014-07-19 22:14  ChatServer\ChatClient\MainWindow.xaml.cs
     目录           0  2014-07-19 00:19  ChatServer\ChatClient\obj\
     目录           0  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\
     文件        2310  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\App.g.cs
     文件        2310  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\App.g.i.cs
     文件        1553  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\ChatClient.csproj.FileListAbsolute.txt
     文件         919  2014-07-19 00:21  ChatServer\ChatClient\obj\Debug\ChatClient.csproj.GenerateResource.Cache
     文件       18478  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\ChatClient.csprojResolveAssemblyReference.cache
     文件       95232  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\ChatClient.exe
     文件        2824  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\ChatClient.g.resources
     文件      349696  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\ChatClient.pdb
     文件         180  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\ChatClient.Properties.Resources.resources
     文件         321  2014-07-19 22:22  ChatServer\ChatClient\obj\Debug\ChatClient_MarkupCompile.cache
............此处省略52个文件信息

评论

共有 条评论