文件名称:AsyncSocketServerandClient
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 261kb
- 下载次数:
- 0次
- 提 供 者:
- 周*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个异步SOCKET服务端和客户端,有压缩和加密功能,代码脉络清晰,很容易阅读-SOCKET an asynchronous client and client services, there are compression and encryption, the code sequence of clear, it is easy to read
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Code
....\ALAZ Library.sln
....\Demos
....\.....\CertificateCreation
....\.....\...................\ca.crt
....\.....\...................\ca.key
....\.....\...................\cert.crt
....\.....\...................\cert.csr
....\.....\...................\cert.key
....\.....\...................\cert.p12
....\.....\...................\createCA.bat
....\.....\...................\createCertandSign.bat
....\.....\...................\createPFX.bat
....\.....\...................\readme.txt
....\.....\Chat
....\.....\....\ChatClient
....\.....\....\..........\App.config
....\.....\....\..........\ChatClient.csproj
....\.....\....\..........\ChatClient.csproj.user
....\.....\....\..........\frmClient.cs
....\.....\....\..........\frmClient.Designer.cs
....\.....\....\..........\frmClient.resx
....\.....\....\..........\Program.cs
....\.....\....\..........\Properties
....\.....\....\..........\..........\AssemblyInfo.cs
....\.....\....\ChatConsoleServer
....\.....\....\.................\App.config
....\.....\....\.................\ChatConsoleServer.csproj
....\.....\....\.................\ChatConsoleServer.csproj.user
....\.....\....\.................\Main.cs
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\....\ChatCryptService
....\.....\....\................\ChatCryptService.cs
....\.....\....\................\ChatCryptService.csproj
....\.....\....\................\ChatCryptService.csproj.user
....\.....\....\................\Properties
....\.....\....\................\..........\AssemblyInfo.cs
....\.....\....\ChatServiceServer
....\.....\....\.................\App.config
....\.....\....\.................\ChatServiceServer.cs
....\.....\....\.................\ChatServiceServer.csproj
....\.....\....\.................\ChatServiceServer.csproj.user
....\.....\....\.................\ChatServiceServer.Designer.cs
....\.....\....\.................\ChatServiceServerInstaller.cs
....\.....\....\.................\ChatServiceServerInstaller.Designer.cs
....\.....\....\.................\Program.cs
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\....\ChatSocketService
....\.....\....\.................\ChatSocketService.cs
....\.....\....\.................\ChatSocketService.csproj
....\.....\....\.................\ChatSocketService.csproj.user
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\Echo
....\.....\....\EchoConsoleClient
....\.....\....\.................\App.config
....\.....\....\.................\EchoConsoleClient.csproj
....\.....\....\.................\EchoConsoleClient.csproj.user
....\.....\....\.................\Program.cs
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\....\EchoConsoleServer
....\.....\....\.................\App.config
....\.....\....\.................\EchoConsoleServer.csproj
....\.....\....\.................\EchoConsoleServer.csproj.user
....\.....\....\.................\Program.cs
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\....\.................\Service References
....\.....\....\EchoCryptService
....\.....\....\................\EchoCryptService.cs
....\.....\....\................\EchoCryptService.csproj
....\.....\....\................\EchoCryptService.csproj.user
....\.....\....\................\Properties
....\.....\....\................\..........\AssemblyInfo.cs
....\.....\....\EchoForm
....\.....\....\........\EchoFormTemplate.csproj
....\.....\....\........\EchoFormTemplate.csproj.user
....\.....\....\........\frmEchoForm.cs
....\.....\....\........\frmEchoForm.Designer.cs
....\.....\....\........\frmEchoForm.resx
....\.....\....\........\Properties
....\.....\....\........\..........\AssemblyInfo.cs
....\.....\....\EchoFormClient
....\.....\....\..............\App.config
....\.....\....\..............\EchoFormClient.csproj
....\.....\....\...........
....\ALAZ Library.sln
....\Demos
....\.....\CertificateCreation
....\.....\...................\ca.crt
....\.....\...................\ca.key
....\.....\...................\cert.crt
....\.....\...................\cert.csr
....\.....\...................\cert.key
....\.....\...................\cert.p12
....\.....\...................\createCA.bat
....\.....\...................\createCertandSign.bat
....\.....\...................\createPFX.bat
....\.....\...................\readme.txt
....\.....\Chat
....\.....\....\ChatClient
....\.....\....\..........\App.config
....\.....\....\..........\ChatClient.csproj
....\.....\....\..........\ChatClient.csproj.user
....\.....\....\..........\frmClient.cs
....\.....\....\..........\frmClient.Designer.cs
....\.....\....\..........\frmClient.resx
....\.....\....\..........\Program.cs
....\.....\....\..........\Properties
....\.....\....\..........\..........\AssemblyInfo.cs
....\.....\....\ChatConsoleServer
....\.....\....\.................\App.config
....\.....\....\.................\ChatConsoleServer.csproj
....\.....\....\.................\ChatConsoleServer.csproj.user
....\.....\....\.................\Main.cs
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\....\ChatCryptService
....\.....\....\................\ChatCryptService.cs
....\.....\....\................\ChatCryptService.csproj
....\.....\....\................\ChatCryptService.csproj.user
....\.....\....\................\Properties
....\.....\....\................\..........\AssemblyInfo.cs
....\.....\....\ChatServiceServer
....\.....\....\.................\App.config
....\.....\....\.................\ChatServiceServer.cs
....\.....\....\.................\ChatServiceServer.csproj
....\.....\....\.................\ChatServiceServer.csproj.user
....\.....\....\.................\ChatServiceServer.Designer.cs
....\.....\....\.................\ChatServiceServerInstaller.cs
....\.....\....\.................\ChatServiceServerInstaller.Designer.cs
....\.....\....\.................\Program.cs
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\....\ChatSocketService
....\.....\....\.................\ChatSocketService.cs
....\.....\....\.................\ChatSocketService.csproj
....\.....\....\.................\ChatSocketService.csproj.user
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\Echo
....\.....\....\EchoConsoleClient
....\.....\....\.................\App.config
....\.....\....\.................\EchoConsoleClient.csproj
....\.....\....\.................\EchoConsoleClient.csproj.user
....\.....\....\.................\Program.cs
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\....\EchoConsoleServer
....\.....\....\.................\App.config
....\.....\....\.................\EchoConsoleServer.csproj
....\.....\....\.................\EchoConsoleServer.csproj.user
....\.....\....\.................\Program.cs
....\.....\....\.................\Properties
....\.....\....\.................\..........\AssemblyInfo.cs
....\.....\....\.................\Service References
....\.....\....\EchoCryptService
....\.....\....\................\EchoCryptService.cs
....\.....\....\................\EchoCryptService.csproj
....\.....\....\................\EchoCryptService.csproj.user
....\.....\....\................\Properties
....\.....\....\................\..........\AssemblyInfo.cs
....\.....\....\EchoForm
....\.....\....\........\EchoFormTemplate.csproj
....\.....\....\........\EchoFormTemplate.csproj.user
....\.....\....\........\frmEchoForm.cs
....\.....\....\........\frmEchoForm.Designer.cs
....\.....\....\........\frmEchoForm.resx
....\.....\....\........\Properties
....\.....\....\........\..........\AssemblyInfo.cs
....\.....\....\EchoFormClient
....\.....\....\..............\App.config
....\.....\....\..............\EchoFormClient.csproj
....\.....\....\...........