文件名称:TCPFILE
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2013-01-22
- 文件大小:
- 122kb
- 下载次数:
- 0次
- 提 供 者:
- 止*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#TCP多线程异步传输 C#开发的服务器端与客户端,通过tcp协议进行文件传输,在Winform程序中使用了多线程异步传输,可定时由客户端向服务器端传输文件。客户端和服务器端分为两个C#工程独立编写开发,此程序已在实际工作中使用了半年了。
-Multi-threaded asynchronous transfer of C# TCP server and client in C# developers, through tcp protocol file transfer, multi-threaded asynchronous transfer Winform program can be timed by the client to the server-side transfer files. Independent preparation of the development of the client and server side is divided into two C# projects, this program has been used in practical work for half a year.
-Multi-threaded asynchronous transfer of C# TCP server and client in C# developers, through tcp protocol file transfer, multi-threaded asynchronous transfer Winform program can be timed by the client to the server-side transfer files. Independent preparation of the development of the client and server side is divided into two C# projects, this program has been used in practical work for half a year.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FileTransmissionClient\FileTransmissionClient\obj\FileTransmissionClient.csproj.FileList.txt
................Server\FileTransmissionServer\obj\FileTransmissionServer.csproj.FileList.txt
................Client\FileTransmissionClient\bin\Debug\FileTransmissionClient.exe
......................\......................\...\Release\FileTransmissionClient.exe
......................\......................\obj\Debug\FileTransmissionClient.exe
......................\......................\...\Release\FileTransmissionClient.exe
......................\......................\bin\Debug\FileTransmissionClient.vshost.exe
......................\......................\...\Release\FileTransmissionClient.vshost.exe
................Server\FileTransmissionServer\bin\Debug\FileTransmissionServer.exe
......................\......................\...\Release\FileTransmissionServer.exe
......................\......................\obj\Debug\FileTransmissionServer.exe
......................\......................\...\Release\FileTransmissionServer.exe
......................\......................\bin\Debug\FileTransmissionServer.vshost.exe
......................\......................\...\Release\FileTransmissionServer.vshost.exe
................Client\FileTransmissionClient\bin\Debug
......................\......................\bin
......................\......................\obj\Debug
................Server\FileTransmissionServer\bin\Debug
......................\......................\bin
......................\......................\obj\Debug
................Client\FileTransmissionClient\Properties
................Server\FileTransmissionServer\Properties
................Client\FileTransmissionClient\obj\Debug\Refactor
......................\......................\...\Release
......................\......................\...\Debug\TempPE
......................\......................\...\Release\TempPE
......................\......................\obj
......................\......................\bin\Release
......................\FileTransmissionClient
FileTransmissionClient
................Server\FileTransmissionServer\obj\Debug\Refactor
......................\......................\bin\Release
......................\......................\obj\Debug\TempPE
......................\......................\...\Release\TempPE
................Client\FileTransmissionClient\obj\Debug\FileTransmissionClient.csproj.GenerateResource.Cache
......................\......................\...\Release\FileTransmissionClient.csproj.GenerateResource.Cache
................Server\FileTransmissionServer\obj\Debug\FileTransmissionServer.csproj.GenerateResource.Cache
......................\......................\...\Release\FileTransmissionServer.csproj.GenerateResource.Cache
................Client\FileTransmissionClient\obj\Debug\ResolveAssemblyReference.cache
................Server\FileTransmissionServer\obj\Debug\ResolveAssemblyReference.cache
......................\......................\bin\Debug\App.config
......................\......................\...\Release\App.config
................Client\FileTransmissionClient\bin\Debug\App.config
......................\......................\...\Release\App.config
......................\......................\Properties\AssemblyInfo.cs
................Server\FileTransmissionServer\Properties\AssemblyInfo.cs
......................\......................\EnumType.cs
................Client\FileTransmissionClient\EnumType.cs
......................\......................\frmClient.cs
......................\......................\frmClient.Designer.cs
................Server\FileTransmissionServer\frmServer.cs
......................\......................\frmServer.Designer.cs
................Client\FileTransmissionClient\Program.cs
................Server\FileTransmissionServer\Program.cs
................Client\FileTransmissionClient\Properties\Resources.Designer.cs
................Server\FileTransmissionServer\Properties\Resources.Designer.cs
......................\......................\Server.cs
................Client\