基本信息
源码名称:C#客户端和服务端源码
源码大小:0.22M
文件格式:.rar
开发语言:C#
更新时间:2022-11-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
C#客户端和服务端源码

.
├── 好例子网C#-SOCKET使用源码_传信息正版.rar
└── 传信息正版
    └── SocketDemo
        ├── 1.txt
        ├── SimpleClient
        │   ├── Backup
        │   │   ├── TcpClient
        │   │   │   ├── Client.cs
        │   │   │   ├── ClientForm.Designer.cs
        │   │   │   ├── ClientForm.cs
        │   │   │   ├── ClientForm.resx
        │   │   │   ├── CommonHelper.cs
        │   │   │   ├── Program.cs
        │   │   │   ├── Properties
        │   │   │   │   ├── AssemblyInfo.cs
        │   │   │   │   ├── Resources.Designer.cs
        │   │   │   │   ├── Resources.resx
        │   │   │   │   ├── Settings.Designer.cs
        │   │   │   │   └── Settings.settings
        │   │   │   └── TcpClientPlatform.csproj
        │   │   ├── TcpClient.sln
        │   │   └── TcpClient.suo
        │   ├── SimpleClient.sln
        │   ├── SimpleClient.suo
        │   ├── TcpClient
        │   │   ├── Client.cs
        │   │   ├── ClientForm.Designer.cs
        │   │   ├── ClientForm.cs
        │   │   ├── ClientForm.resx
        │   │   ├── CommonHelper.cs
        │   │   ├── Form1.Designer.cs
        │   │   ├── Form1.cs
        │   │   ├── LogHelper.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── SimpleClient.csproj
        │   │   ├── bin
        │   │   │   ├── Debug
        │   │   │   │   ├── Log.txt
        │   │   │   │   ├── SimpleClient.exe
        │   │   │   │   ├── SimpleClient.pdb
        │   │   │   │   ├── SimpleClient.vshost.exe
        │   │   │   │   ├── SimpleClient.vshost.exe.manifest
        │   │   │   │   ├── TcpClient.vshost.exe.manifest
        │   │   │   │   ├── TcpClientPlatform.exe
        │   │   │   │   ├── TcpClientPlatform.pdb
        │   │   │   │   └── TcpClientPlatform.vshost.exe.manifest
        │   │   │   └── Release
        │   │   └── obj
        │   │       └── Debug
        │   │           ├── DesignTimeResolveAssemblyReferences.cache
        │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │           ├── GenerateResource-ResGen.read.1.tlog
        │   │           ├── GenerateResource-ResGen.write.1.tlog
        │   │           ├── Refactor
        │   │           ├── SimpleClient.ClientFrm.resources
        │   │           ├── SimpleClient.Properties.Resources.resources
        │   │           ├── SimpleClient.csproj.FileListAbsolute.txt
        │   │           ├── SimpleClient.csproj.GenerateResource.Cache
        │   │           ├── SimpleClient.csprojResolveAssemblyReference.cache
        │   │           ├── SimpleClient.exe
        │   │           ├── SimpleClient.pdb
        │   │           ├── TcpClientPlatform.ClientFrm.resources
        │   │           ├── TcpClientPlatform.Properties.Resources.resources
        │   │           ├── TcpClientPlatform.csproj.FileListAbsolute.txt
        │   │           ├── TcpClientPlatform.csproj.GenerateResource.Cache
        │   │           ├── TcpClientPlatform.exe
        │   │           ├── TcpClientPlatform.pdb
        │   │           └── TempPE
        │   │               └── Properties.Resources.Designer.cs.dll
        │   ├── UpgradeLog.XML
        │   └── _UpgradeReport_Files
        │       ├── UpgradeReport.css
        │       ├── UpgradeReport.xslt
        │       ├── UpgradeReport_Minus.gif
        │       └── UpgradeReport_Plus.gif
        └── SimpleServer
            ├── SimpleServer
            │   ├── Client.cs
            │   ├── CommonHelper.cs
            │   ├── LogHelper.cs
            │   ├── Program.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   ├── Resources.Designer.cs
            │   │   ├── Resources.resx
            │   │   ├── Settings.Designer.cs
            │   │   └── Settings.settings
            │   ├── Server.cs
            │   ├── ServerForm.Designer.cs
            │   ├── ServerForm.cs
            │   ├── ServerForm.resx
            │   ├── SimpleServer.csproj
            │   ├── bin
            │   │   └── Debug
            │   │       ├── Log.txt
            │   │       ├── SimpleServer.exe
            │   │       ├── SimpleServer.pdb
            │   │       ├── SimpleServer.vshost.exe
            │   │       └── SimpleServer.vshost.exe.manifest
            │   └── obj
            │       └── x86
            │           └── Debug
            │               ├── DesignTimeResolveAssemblyReferences.cache
            │               ├── DesignTimeResolveAssemblyReferencesInput.cache
            │               ├── GenerateResource-ResGen.read.1.tlog
            │               ├── GenerateResource-ResGen.write.1.tlog
            │               ├── SimpleServer.Properties.Resources.resources
            │               ├── SimpleServer.ServerForm.resources
            │               ├── SimpleServer.csproj.FileListAbsolute.txt
            │               ├── SimpleServer.csproj.GenerateResource.Cache
            │               ├── SimpleServer.exe
            │               ├── SimpleServer.pdb
            │               └── TempPE
            ├── SimpleServer.sln
            └── SimpleServer.suo

25 directories, 96 files