-
大小: 131KB文件類型: .rar金幣: 2下載: 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個文件信息
評論
共有 條評論