文件名称:AsyncSocketServerandClient
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:261.4kb
-
已下载: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
Code/Demos/
Code/Demos/CertificateCreation/
Code/Demos/CertificateCreation/ca.crt
Code/Demos/CertificateCreation/ca.key
Code/Demos/CertificateCreation/cert.crt
Code/Demos/CertificateCreation/cert.csr
Code/Demos/CertificateCreation/cert.key
Code/Demos/CertificateCreation/cert.p12
Code/Demos/CertificateCreation/createCA.bat
Code/Demos/CertificateCreation/createCertandSign.bat
Code/Demos/CertificateCreation/createPFX.bat
Code/Demos/CertificateCreation/readme.txt
Code/Demos/Chat/
Code/Demos/Chat/ChatClient/
Code/Demos/Chat/ChatClient/App.config
Code/Demos/Chat/ChatClient/ChatClient.csproj
Code/Demos/Chat/ChatClient/ChatClient.csproj.user
Code/Demos/Chat/ChatClient/frmClient.cs
Code/Demos/Chat/ChatClient/frmClient.Designer.cs
Code/Demos/Chat/ChatClient/frmClient.resx
Code/Demos/Chat/ChatClient/Program.cs
Code/Demos/Chat/ChatClient/Properties/
Code/Demos/Chat/ChatClient/Properties/AssemblyInfo.cs
Code/Demos/Chat/ChatConsoleServer/
Code/Demos/Chat/ChatConsoleServer/App.config
Code/Demos/Chat/ChatConsoleServer/ChatConsoleServer.csproj
Code/Demos/Chat/ChatConsoleServer/ChatConsoleServer.csproj.user
Code/Demos/Chat/ChatConsoleServer/Main.cs
Code/Demos/Chat/ChatConsoleServer/Properties/
Code/Demos/Chat/ChatConsoleServer/Properties/AssemblyInfo.cs
Code/Demos/Chat/ChatCryptService/
Code/Demos/Chat/ChatCryptService/ChatCryptService.cs
Code/Demos/Chat/ChatCryptService/ChatCryptService.csproj
Code/Demos/Chat/ChatCryptService/ChatCryptService.csproj.user
Code/Demos/Chat/ChatCryptService/Properties/
Code/Demos/Chat/ChatCryptService/Properties/AssemblyInfo.cs
Code/Demos/Chat/ChatServiceServer/
Code/Demos/Chat/ChatServiceServer/App.config
Code/Demos/Chat/ChatServiceServer/ChatServiceServer.cs
Code/Demos/Chat/ChatServiceServer/ChatServiceServer.csproj
Code/Demos/Chat/ChatServiceServer/ChatServiceServer.csproj.user
Code/Demos/Chat/ChatServiceServer/ChatServiceServer.Designer.cs
Code/Demos/Chat/ChatServiceServer/ChatServiceServerInstaller.cs
Code/Demos/Chat/ChatServiceServer/ChatServiceServerInstaller.Designer.cs
Code/Demos/Chat/ChatServiceServer/Program.cs
Code/Demos/Chat/ChatServiceServer/Properties/
Code/Demos/Chat/ChatServiceServer/Properties/AssemblyInfo.cs
Code/Demos/Chat/ChatSocketService/
Code/Demos/Chat/ChatSocketService/ChatSocketService.cs
Code/Demos/Chat/ChatSocketService/ChatSocketService.csproj
Code/Demos/Chat/ChatSocketService/ChatSocketService.csproj.user
Code/Demos/Chat/ChatSocketService/Properties/
Code/Demos/Chat/ChatSocketService/Properties/AssemblyInfo.cs
Code/Demos/Echo/
Code/Demos/Echo/EchoConsoleClient/
Code/Demos/Echo/EchoConsoleClient/App.config
Code/Demos/Echo/EchoConsoleClient/EchoConsoleClient.csproj
Code/Demos/Echo/EchoConsoleClient/EchoConsoleClient.csproj.user
Code/Demos/Echo/EchoConsoleClient/Program.cs
Code/Demos/Echo/EchoConsoleClient/Properties/
Code/Demos/Echo/EchoConsoleClient/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoConsoleServer/
Code/Demos/Echo/EchoConsoleServer/App.config
Code/Demos/Echo/EchoConsoleServer/EchoConsoleServer.csproj
Code/Demos/Echo/EchoConsoleServer/EchoConsoleServer.csproj.user
Code/Demos/Echo/EchoConsoleServer/Program.cs
Code/Demos/Echo/EchoConsoleServer/Properties/
Code/Demos/Echo/EchoConsoleServer/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoConsoleServer/Service References/
Code/Demos/Echo/EchoCryptService/
Code/Demos/Echo/EchoCryptService/EchoCryptService.cs
Code/Demos/Echo/EchoCryptService/EchoCryptService.csproj
Code/Demos/Echo/EchoCryptService/EchoCryptService.csproj.user
Code/Demos/Echo/EchoCryptService/Properties/
Code/Demos/Echo/EchoCryptService/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoForm/
Code/Demos/Echo/EchoForm/EchoFormTemplate.csproj
Code/Demos/Echo/EchoForm/EchoFormTemplate.csproj.user
Code/Demos/Echo/EchoForm/frmEchoForm.cs
Code/Demos/Echo/EchoForm/frmEchoForm.Designer.cs
Code/Demos/Echo/EchoForm/frmEchoForm.resx
Code/Demos/Echo/EchoForm/Properties/
Code/Demos/Echo/EchoForm/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoFormClient/
Code/Demos/Echo/EchoFormClient/App.config
Code/Demos/Echo/EchoFormClient/EchoFormClient.csproj
Code/Demos/Echo/EchoFormClient/EchoFormClient.csproj.user
Code/Demos/Echo/EchoFormClient/frmEchoClient.cs
Code/Demos/Echo/EchoFormClient/frmEchoClient.Designer.cs
Code/Demos/Echo/EchoFormClient/frmEchoClient.resx
Code/Demos/Echo/EchoFormClient/Program.cs
Code/Demos/Echo/EchoFormClient/Properties/
Code/Demos/Echo/EchoFormClient/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoFormClient/Properties/Resources.Designer.cs
Code/Demos/Echo/EchoFormClient/Properties/Resources.resx
Code/Demos/Echo/EchoFormClient/Properties/Settings.Designer.cs
Code/Demos/Echo/EchoFormClient/Properties/Settings.settings
Code/Demos/Echo/EchoFormClientSynch/
Code/Demos/Echo/EchoFormClientSynch/EchoFormClientSynch.csproj
Code/Demos/Echo/EchoFormClientSynch/EchoFormClientSynch.csproj.user
Code/Demos/Echo/EchoFormClientSynch/frmClient.cs
Code/Demos/Echo/EchoFormClientSynch/frmClient.Designer.cs
Code/Demos/Echo/EchoFormClientSynch/frmClient.resx
Code/Demos/Echo/EchoFormClientSynch/Program.cs
Code/Demos/Echo/EchoFormClientSynch/Properties/
Code/Demos/
Code/Demos/
Code/Demos/CertificateCreation/
Code/Demos/CertificateCreation/ca.crt
Code/Demos/CertificateCreation/ca.key
Code/Demos/CertificateCreation/cert.crt
Code/Demos/CertificateCreation/cert.csr
Code/Demos/CertificateCreation/cert.key
Code/Demos/CertificateCreation/cert.p12
Code/Demos/CertificateCreation/createCA.bat
Code/Demos/CertificateCreation/createCertandSign.bat
Code/Demos/CertificateCreation/createPFX.bat
Code/Demos/CertificateCreation/readme.txt
Code/Demos/Chat/
Code/Demos/Chat/ChatClient/
Code/Demos/Chat/ChatClient/App.config
Code/Demos/Chat/ChatClient/ChatClient.csproj
Code/Demos/Chat/ChatClient/ChatClient.csproj.user
Code/Demos/Chat/ChatClient/frmClient.cs
Code/Demos/Chat/ChatClient/frmClient.Designer.cs
Code/Demos/Chat/ChatClient/frmClient.resx
Code/Demos/Chat/ChatClient/Program.cs
Code/Demos/Chat/ChatClient/Properties/
Code/Demos/Chat/ChatClient/Properties/AssemblyInfo.cs
Code/Demos/Chat/ChatConsoleServer/
Code/Demos/Chat/ChatConsoleServer/App.config
Code/Demos/Chat/ChatConsoleServer/ChatConsoleServer.csproj
Code/Demos/Chat/ChatConsoleServer/ChatConsoleServer.csproj.user
Code/Demos/Chat/ChatConsoleServer/Main.cs
Code/Demos/Chat/ChatConsoleServer/Properties/
Code/Demos/Chat/ChatConsoleServer/Properties/AssemblyInfo.cs
Code/Demos/Chat/ChatCryptService/
Code/Demos/Chat/ChatCryptService/ChatCryptService.cs
Code/Demos/Chat/ChatCryptService/ChatCryptService.csproj
Code/Demos/Chat/ChatCryptService/ChatCryptService.csproj.user
Code/Demos/Chat/ChatCryptService/Properties/
Code/Demos/Chat/ChatCryptService/Properties/AssemblyInfo.cs
Code/Demos/Chat/ChatServiceServer/
Code/Demos/Chat/ChatServiceServer/App.config
Code/Demos/Chat/ChatServiceServer/ChatServiceServer.cs
Code/Demos/Chat/ChatServiceServer/ChatServiceServer.csproj
Code/Demos/Chat/ChatServiceServer/ChatServiceServer.csproj.user
Code/Demos/Chat/ChatServiceServer/ChatServiceServer.Designer.cs
Code/Demos/Chat/ChatServiceServer/ChatServiceServerInstaller.cs
Code/Demos/Chat/ChatServiceServer/ChatServiceServerInstaller.Designer.cs
Code/Demos/Chat/ChatServiceServer/Program.cs
Code/Demos/Chat/ChatServiceServer/Properties/
Code/Demos/Chat/ChatServiceServer/Properties/AssemblyInfo.cs
Code/Demos/Chat/ChatSocketService/
Code/Demos/Chat/ChatSocketService/ChatSocketService.cs
Code/Demos/Chat/ChatSocketService/ChatSocketService.csproj
Code/Demos/Chat/ChatSocketService/ChatSocketService.csproj.user
Code/Demos/Chat/ChatSocketService/Properties/
Code/Demos/Chat/ChatSocketService/Properties/AssemblyInfo.cs
Code/Demos/Echo/
Code/Demos/Echo/EchoConsoleClient/
Code/Demos/Echo/EchoConsoleClient/App.config
Code/Demos/Echo/EchoConsoleClient/EchoConsoleClient.csproj
Code/Demos/Echo/EchoConsoleClient/EchoConsoleClient.csproj.user
Code/Demos/Echo/EchoConsoleClient/Program.cs
Code/Demos/Echo/EchoConsoleClient/Properties/
Code/Demos/Echo/EchoConsoleClient/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoConsoleServer/
Code/Demos/Echo/EchoConsoleServer/App.config
Code/Demos/Echo/EchoConsoleServer/EchoConsoleServer.csproj
Code/Demos/Echo/EchoConsoleServer/EchoConsoleServer.csproj.user
Code/Demos/Echo/EchoConsoleServer/Program.cs
Code/Demos/Echo/EchoConsoleServer/Properties/
Code/Demos/Echo/EchoConsoleServer/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoConsoleServer/Service References/
Code/Demos/Echo/EchoCryptService/
Code/Demos/Echo/EchoCryptService/EchoCryptService.cs
Code/Demos/Echo/EchoCryptService/EchoCryptService.csproj
Code/Demos/Echo/EchoCryptService/EchoCryptService.csproj.user
Code/Demos/Echo/EchoCryptService/Properties/
Code/Demos/Echo/EchoCryptService/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoForm/
Code/Demos/Echo/EchoForm/EchoFormTemplate.csproj
Code/Demos/Echo/EchoForm/EchoFormTemplate.csproj.user
Code/Demos/Echo/EchoForm/frmEchoForm.cs
Code/Demos/Echo/EchoForm/frmEchoForm.Designer.cs
Code/Demos/Echo/EchoForm/frmEchoForm.resx
Code/Demos/Echo/EchoForm/Properties/
Code/Demos/Echo/EchoForm/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoFormClient/
Code/Demos/Echo/EchoFormClient/App.config
Code/Demos/Echo/EchoFormClient/EchoFormClient.csproj
Code/Demos/Echo/EchoFormClient/EchoFormClient.csproj.user
Code/Demos/Echo/EchoFormClient/frmEchoClient.cs
Code/Demos/Echo/EchoFormClient/frmEchoClient.Designer.cs
Code/Demos/Echo/EchoFormClient/frmEchoClient.resx
Code/Demos/Echo/EchoFormClient/Program.cs
Code/Demos/Echo/EchoFormClient/Properties/
Code/Demos/Echo/EchoFormClient/Properties/AssemblyInfo.cs
Code/Demos/Echo/EchoFormClient/Properties/Resources.Designer.cs
Code/Demos/Echo/EchoFormClient/Properties/Resources.resx
Code/Demos/Echo/EchoFormClient/Properties/Settings.Designer.cs
Code/Demos/Echo/EchoFormClient/Properties/Settings.settings
Code/Demos/Echo/EchoFormClientSynch/
Code/Demos/Echo/EchoFormClientSynch/EchoFormClientSynch.csproj
Code/Demos/Echo/EchoFormClientSynch/EchoFormClientSynch.csproj.user
Code/Demos/Echo/EchoFormClientSynch/frmClient.cs
Code/Demos/Echo/EchoFormClientSynch/frmClient.Designer.cs
Code/Demos/Echo/EchoFormClientSynch/frmClient.resx
Code/Demos/Echo/EchoFormClientSynch/Program.cs
Code/Demos/Echo/EchoFormClientSynch/Properties/
Code/Demos/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.