基本信息
源码名称:C#:socket发送信息文件源码
源码大小:0.36M
文件格式:.rar
开发语言:C#
更新时间:2022-09-23
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#:socket发送信息文件源码
.
├── C#:socket手机控制电脑源码.rar
└── socket手机控制电脑
├── 传信息正版
│ └── 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
└── 传页面正版
├── Backup
│ ├── Client
│ │ ├── Client.csproj
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Service
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Server.Designer.cs
│ │ ├── Server.cs
│ │ ├── Server.resx
│ │ ├── Service.csproj
│ │ └── Service.csproj.user
│ └── WindowsFormsApplication2.sln
├── Client
│ ├── Client.csproj
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ └── Client.vshost.exe.manifest
│ └── obj
│ ├── Debug
│ │ └── TempPE
│ └── Release
│ ├── Client.Form1.resources
│ ├── Client.Properties.Resources.resources
│ ├── Client.csproj.FileListAbsolute.txt
│ ├── Client.csproj.GenerateResource.Cache
│ ├── Client.exe
│ ├── Client.pdb
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Refactor
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── Service
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Server.Designer.cs
│ ├── Server.cs
│ ├── Server.resx
│ ├── Service.csproj
│ ├── Service.csproj.user
│ ├── bin
│ │ └── Debug
│ └── obj
│ ├── Debug
│ │ └── TempPE
│ └── Release
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Refactor
│ ├── Service.Properties.Resources.resources
│ ├── Service.Server.resources
│ ├── Service.csproj.FileListAbsolute.txt
│ ├── Service.csproj.GenerateResource.Cache
│ ├── Service.exe
│ ├── Service.pdb
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── UpgradeLog.htm
├── WindowsFormsApplication2.sln
├── WindowsFormsApplication2.suo
└── bin
├── Client.exe
├── Client.pdb
├── Client.vshost.exe
├── Client.vshost.exe.manifest
├── Service.exe
├── Service.pdb
├── Service.vshost.exe
└── Service.vshost.exe.manifest
54 directories, 168 files
C#:socket发送信息文件源码
.
├── C#:socket手机控制电脑源码.rar
└── socket手机控制电脑
├── 传信息正版
│ └── 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
└── 传页面正版
├── Backup
│ ├── Client
│ │ ├── Client.csproj
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Service
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Server.Designer.cs
│ │ ├── Server.cs
│ │ ├── Server.resx
│ │ ├── Service.csproj
│ │ └── Service.csproj.user
│ └── WindowsFormsApplication2.sln
├── Client
│ ├── Client.csproj
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ └── Client.vshost.exe.manifest
│ └── obj
│ ├── Debug
│ │ └── TempPE
│ └── Release
│ ├── Client.Form1.resources
│ ├── Client.Properties.Resources.resources
│ ├── Client.csproj.FileListAbsolute.txt
│ ├── Client.csproj.GenerateResource.Cache
│ ├── Client.exe
│ ├── Client.pdb
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Refactor
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── Service
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Server.Designer.cs
│ ├── Server.cs
│ ├── Server.resx
│ ├── Service.csproj
│ ├── Service.csproj.user
│ ├── bin
│ │ └── Debug
│ └── obj
│ ├── Debug
│ │ └── TempPE
│ └── Release
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Refactor
│ ├── Service.Properties.Resources.resources
│ ├── Service.Server.resources
│ ├── Service.csproj.FileListAbsolute.txt
│ ├── Service.csproj.GenerateResource.Cache
│ ├── Service.exe
│ ├── Service.pdb
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── UpgradeLog.htm
├── WindowsFormsApplication2.sln
├── WindowsFormsApplication2.suo
└── bin
├── Client.exe
├── Client.pdb
├── Client.vshost.exe
├── Client.vshost.exe.manifest
├── Service.exe
├── Service.pdb
├── Service.vshost.exe
└── Service.vshost.exe.manifest
54 directories, 168 files