资源简介

创建客户端与服务器之间消息沟通,服务器可以向客户端发送图片,文本(少于5MB),还可以向客户发送抖动窗口.实现最小聊天系统.

资源截图

代码片段和文件信息

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

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

    public partial class App : Application
    {
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-08-16 10:25  Socket通信\
     目录           0  2019-08-16 09:36  Socket通信\.vs\
     目录           0  2019-08-16 09:36  Socket通信\.vs\Socket通信\
     目录           0  2019-08-16 09:36  Socket通信\.vs\Socket通信\v15\
     文件       83968  2019-08-17 15:24  Socket通信\.vs\Socket通信\v15\.suo
     目录           0  2019-08-16 09:36  Socket通信\.vs\Socket通信\v15\Server\
     目录           0  2019-08-16 09:36  Socket通信\.vs\Socket通信\v15\Server\sqlite3\
     文件           0  2019-08-16 09:36  Socket通信\.vs\Socket通信\v15\Server\sqlite3\db.lock
     文件      704512  2019-08-17 12:49  Socket通信\.vs\Socket通信\v15\Server\sqlite3\storage.ide
     文件       32768  2019-08-17 00:01  Socket通信\.vs\Socket通信\v15\Server\sqlite3\storage.ide-shm
     文件     4128272  2019-08-17 13:55  Socket通信\.vs\Socket通信\v15\Server\sqlite3\storage.ide-wal
     目录           0  2019-08-17 13:55  Socket通信\Client\
     文件         189  2019-08-16 10:25  Socket通信\Client\App.config
     文件         366  2019-08-16 10:25  Socket通信\Client\App.xaml
     文件         333  2019-08-16 10:25  Socket通信\Client\App.xaml.cs
     目录           0  2019-08-16 10:25  Socket通信\Client\bin\
     目录           0  2019-08-16 10:54  Socket通信\Client\bin\Debug\
     文件       12800  2019-08-17 13:55  Socket通信\Client\bin\Debug\Client.exe
     文件         189  2019-08-16 10:25  Socket通信\Client\bin\Debug\Client.exe.config
     文件       36352  2019-08-17 13:55  Socket通信\Client\bin\Debug\Client.pdb
     文件        4175  2019-08-16 10:54  Socket通信\Client\Client.csproj
     文件        1500  2019-08-16 21:53  Socket通信\Client\MainWindow.xaml
     文件        5026  2019-08-17 13:55  Socket通信\Client\MainWindow.xaml.cs
     目录           0  2019-08-16 10:25  Socket通信\Client\obj\
     目录           0  2019-08-17 13:55  Socket通信\Client\obj\Debug\
     文件        2321  2019-08-16 10:54  Socket通信\Client\obj\Debug\App.g.cs
     文件        2321  2019-08-16 10:54  Socket通信\Client\obj\Debug\App.g.i.cs
     文件          42  2019-08-16 10:54  Socket通信\Client\obj\Debug\Client.csproj.CoreCompileInputs.cache
     文件         880  2019-08-16 23:53  Socket通信\Client\obj\Debug\Client.csproj.FileListAbsolute.txt
     文件         954  2019-08-16 10:54  Socket通信\Client\obj\Debug\Client.csproj.GenerateResource.cache
     文件        2536  2019-08-16 23:53  Socket通信\Client\obj\Debug\Client.csprojAssemblyReference.cache
............此处省略66个文件信息

评论

共有 条评论