• 大小: 131KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-28
  • 语言: C#
  • 标签: c#  socket  asynchronous  wpf  

资源简介

该代码实例相信展示的c# socket异步通信编程方法,支持多个socket客户端连接同一个服务端。支持服务端把消息广播到每一个客户端。整个通信都是采用socket异步形式,有兴趣的童鞋可以下载参考,有问题随时留言讨论

资源截图

代码片段和文件信息

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

namespace SocketTestClient
{
    /// 
    /// Interaction logic for App.xaml
    /// 

    public partial class App : Application
    {
    }
}

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

    ..A..H.     98816  2018-11-01 10:52  SocketTest\.vs\SocketTest\v14\.suo

     文件       1517  2018-11-01 10:52  SocketTest\SocketTest.sln

     文件        189  2018-10-30 16:00  SocketTest\SocketTestClient\App.config

     文件        386  2018-10-30 16:00  SocketTest\SocketTestClient\App.xaml

     文件        349  2018-10-30 16:00  SocketTest\SocketTestClient\App.xaml.cs

     文件      15360  2018-11-01 10:48  SocketTest\SocketTestClient\bin\Debug\SocketTestClient.exe

     文件        189  2018-10-30 16:00  SocketTest\SocketTestClient\bin\Debug\SocketTestClient.exe.config

     文件      28160  2018-11-01 10:48  SocketTest\SocketTestClient\bin\Debug\SocketTestClient.pdb

     文件      22696  2018-11-01 10:53  SocketTest\SocketTestClient\bin\Debug\SocketTestClient.vshost.exe

     文件        189  2018-10-30 16:00  SocketTest\SocketTestClient\bin\Debug\SocketTestClient.vshost.exe.config

     文件        490  2015-10-22 09:54  SocketTest\SocketTestClient\bin\Debug\SocketTestClient.vshost.exe.manifest

     文件       3364  2018-11-01 10:48  SocketTest\SocketTestClient\MainWindow.xaml

     文件       5995  2018-11-01 10:08  SocketTest\SocketTestClient\MainWindow.xaml.cs

     文件       2336  2018-10-30 16:15  SocketTest\SocketTestClient\obj\Debug\App.g.cs

     文件       2336  2018-10-30 16:15  SocketTest\SocketTestClient\obj\Debug\App.g.i.cs

     文件       7359  2018-11-01 10:50  SocketTest\SocketTestClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       3288  2018-11-01 10:48  SocketTest\SocketTestClient\obj\Debug\MainWindow.baml

     文件       7675  2018-11-01 10:48  SocketTest\SocketTestClient\obj\Debug\MainWindow.g.cs

     文件       7675  2018-11-01 10:50  SocketTest\SocketTestClient\obj\Debug\MainWindow.g.i.cs

     文件       1468  2018-11-01 10:53  SocketTest\SocketTestClient\obj\Debug\SocketTestClient.csproj.FileListAbsolute.txt

     文件        954  2018-10-30 16:16  SocketTest\SocketTestClient\obj\Debug\SocketTestClient.csproj.GenerateResource.Cache

     文件       2529  2018-10-30 16:15  SocketTest\SocketTestClient\obj\Debug\SocketTestClient.csprojResolveAssemblyReference.cache

     文件      15360  2018-11-01 10:48  SocketTest\SocketTestClient\obj\Debug\SocketTestClient.exe

     文件       3516  2018-11-01 10:48  SocketTest\SocketTestClient\obj\Debug\SocketTestClient.g.resources

     文件      28160  2018-11-01 10:48  SocketTest\SocketTestClient\obj\Debug\SocketTestClient.pdb

     文件        180  2018-10-30 16:16  SocketTest\SocketTestClient\obj\Debug\SocketTestClient.Properties.Resources.resources

     文件        309  2018-11-01 10:48  SocketTest\SocketTestClient\obj\Debug\SocketTestClient_MarkupCompile.cache

     文件        306  2018-11-01 10:50  SocketTest\SocketTestClient\obj\Debug\SocketTestClient_MarkupCompile.i.cache

     文件         94  2018-11-01 10:50  SocketTest\SocketTestClient\obj\Debug\SocketTestClient_MarkupCompile.i.lref

     文件         94  2018-11-01 10:48  SocketTest\SocketTestClient\obj\Debug\SocketTestClient_MarkupCompile.lref

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

评论

共有 条评论