搜索资源列表
IOCP.rar
- IOCP完成端口与高性能服务器程序开发 主程序: 1.监听一个端口 2.等待连接 3.当有连接来时 4.启一个线程对这个客户端进行处理 5.回到2 服务线程: 1.读客户端请求 2.如果客户端不再有请求,执行6 3.处理请求 4.返回操作结果 5.回到1 6.退出线程 ,IOCP完成端口与高性能服务器程序开发 主程序: 1.监听一个端口 2.等待连接 3.当有连接来时 4.启一个线程对这个客户端进行处理 5.回到2 服务线程: 1.读客户端请求
NetServ
- udp自动转发程序,在服务器端运行程winnetserv.exe后就会自动把client.exe发送过来的udp包转发到指定的ip地址-udp automatically forward procedure at the server side to run automatically after the way winnetserv.exe put client.exe sent forward the udp packets to a specific ip address
WebServer-[MyWebServer]
- 一个C#实现的Web服务器类库,相当于IIS功能。-Implemented a C# class library Web server, which is equivalent IIS functionality.
DCOMExample
- 自己写的C#的一个DCOM的小例子,有客户端和服务器端,测试通过-The example edited by CSharp,including client and server,testing passed.
Emailer
- 用于发送匿名电子邮件,只需要指定发件人,收件人,标题,内容等。SMTP服务器信息应存储在配置文件中.-Used to send email.
networkprogramme
- c#网络编程,从客户端建立连接到服务器接受连接,双方进行通信-network programme with c#,from client to server.
SockedServer
- 基于socked通信的服务器组件,可以自己搭建通信服务器-socked base server component
csharpchat-paodot.net
- 非常完整的C#聊天程序,包括服务器和客户端。-Very complete C# chat program, including server and client.