搜索资源列表
CSharp
- 中国象棋网络版CSharp源码,客户端和服务器。
c2008_HTTP.rar
- C#里System.Web空间下提供了一个叫做WebClient的对象,使用此对象就可以使C#直接对服务器发送WEB客户端的请求。那么我们要对服务器提交POST方法那么就必须使用其UploadData()方法才行。首先把要请求的信息先转换为字节(因为POST提交的是字符的流数据),然后再做为UploadData()的参数。使用UploadData()进行数据提交,最后返回,POST的回馈信息。如下: ,C# Lane System.Web to provide a space called t
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.读客户端请求
Scoket.rar
- 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客 ,This procedure is to use C# to prepare a file transfer program, sub-client and client services. F
file.zip
- 服务器客户端文件传输软件源代码 ,Client server file transfer software source code
UDP
- 本例是采用UDP通信,包括服务器与客户端,包括数据重传机制和异常处理机制-In this case is the use of UDP communications, including server and client, including data retransmission mechanism and exception handling mechanism
CSharp-TCPIP-scoket-Chatting
- 一个基于cSharp语言开发的简单的聊天软件,能实现客户端与服务器之间的正常通信。-CSharp language based on the development of a simple chat software, to achieve client and server communication between the normal.
ServerPush
- 服务器推送技术 实现服务器主动向客户端推送信息。-Server Push Technology
Socket
- Socket通信,客户端和服务器之前的发送与接收!-Socket Communications, before the client and server send and receive!
UdpSendFileDemo
- C#实现UPD文件安全传输(含客户端和服务器端)-C# to achieve UPD file security transfer
client_server
- SOCKET编程文档及实例含有客户端和服务器端源码-SOCKET programming documentation, and examples contain the client and server-side source code
QQ
- C#编写的局域网内的通讯工具QQ,可实现聊天,视频等功能,客户端服务器数据库都有。-C# written in LAN communication tool QQ, can be realized chat, video and other functions, both client-server database.
csharpchat-paodot.net
- 非常完整的C#聊天程序,包括服务器和客户端。-Very complete C# chat program, including server and client.
Csharp
- c#网络核心编程:语法基础,服务器开发,客户端开发,ftp开发等-c# network core programming: basic syntax, server development, client development, ftp development, etc.
26.Visual.CSharp.NET.wangluohexinbiancheng
- 包括三方面内容:CSharp网络开发基础知识,基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发,最后包括win32网络组建开发,web数据库基础,win32异步套接字开发、xml web services开发以及一个完整的分布式网络应用程序开发实例。-Includes three aspects: CSharp web development basics, basic server development, based client development,
multiSocket
- Socket编程 多线程程序 服务器与客户端程序-Socket programming multi-threaded application server and the client program
CSharp--socket-
- C# socket 异步通信 客户端 服务器-C# socket asynchronous client-server communication
cSharp-Socket
- 基于TCP/IP的局域网通信(客户端/服务器模式),Socket的应用-the communication between the client and the server based on TCP/IP
CSharp-network-programme
- 一个c#写的客户端服务器的小程序,可以实现客户端和服务器之间的连接!-A client/server example using c# language to generate!
TCP-cSharp
- TCP 通讯 客户端 服务器端 同步和异步处理完整代码-tcp C#