搜索资源列表
-
0下载:
本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。
基本思路是:
1》服务端监听(用一个公用的端口接收连接的请求如:6666)。
2》客户机请求连接端口为6666
3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。
4》客户机接到发来的端口,再重新连接服务器此端口。
5》服务器保存每一个连接的客户机。
-This article about C# using the socket und
-
-
0下载:
C# 语言基础的P2P开发教程,简单,适合有点经验的程序猿,大神别来批斗了!-C# language based P2P development tutorial, simple program ape suit a little experience, do not come to God denounced!
-
-
0下载:
C#开发webservice示例,内含完整源码,适合初学者学习webservice编程参考-C# development webservice example, contains the complete source code, suitable for beginners to learn webservice Programming Reference
-
-
0下载:
很久以前C#编的串口小程序,希望对初学C#串口编程的童鞋有所帮助-A long time ago a small series of serial C# program, the hope of learning C# serial programming shoes help
-