搜索资源列表
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
Scoket.rar
- 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客 ,This procedure is to use C# to prepare a file transfer program, sub-client and client services. F
CsharpUsingTCPIP
- 用TCPIP接发 有服务器端 和客户端程序组成-Sending and receiving using TCPIP with server and client-side program components
meeting
- 局域网视频会议完整版,含服务器端,客户端,支持文件传输,会议室群聊,文本聊天,语音,视频聊天-LAN video conference full version, including server, client, support file transfer, conference rooms, group chat, text chat, voice and video chat
Socket
- C#异步实现客户端和服务器端通讯,直接带项目文件,可以直接用VS2008打开修改为自己需要的功能-C# Asynchronous implementation of client and server-side communications, directly with a project file, you can directly modify the VS2008 to open the functionality required for their own
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.
OpcDaNet
- 利用C#开发OPC客户端或者服务器的.dll 文件-Developed using C# OPC client or server. Dll files
c-shap-chat
- c#聊天程序源码,源码中实现聊天功能,用C#语言编写,有客户和服务器端-c# chat program source code
ftpClient
- FTP客户端有自动获取本机IP,设置端口号,用户登录管理,获取服务器端的文件目录,文件传输等功能-FTP client with automatic access to the local IP, set the port number, user login management, access to the server file directory, file transfer and other functions
ServerPush
- 服务器推送技术 实现服务器主动向客户端推送信息。-Server Push Technology
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.
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
TCP-cSharp
- TCP 通讯 客户端 服务器端 同步和异步处理完整代码-tcp C#