搜索资源列表
C实现SMTP服务器,使用TCP命令实现功能比较完善
- C#实现SMTP服务器,使用TCP命令实现,功能比较完善-C# SMTP server using TCP commands, functions more perfect
用同步套接字生成服务器
- 文本中的示例程序创建一个接收来自客户端的连接请求的服务器。该服务器是用同步套接字生成的,因此在等待来自客户端的连接时不挂起服务器应用程序的执行。该应用程序接收来自客户端的字符串,在控制台显示该字符串,然后将该字符串回显到客户端。来自客户端的字符串必须包含字符串“<EOF>”,以发出表示消息结尾的信号。-version of the sample program to create a client from receiving a link to the server. The se
同步套接字服务器端
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and reception functions to achieve communication between the computer map on the left shows t
文件传输服务器端
- 一个文件传输的服务器。可能过此程序完成FTP服务器的功能-a file transfer server. This process may be completed over the FTP server function
同步服务器
- 简单的接受文本(包括汉字)的 服务器-accept simple text (including Chinese) server
一个简单的实现客户端和服务器端聊天的C程序
- 一个简单的实现客户端和服务器端聊天的C#程序,网络通信-a simple realization of client and server-side chatting C# procedures and network communications
Windows聊天服务器
- 用C#做的Windows聊天服务器,是一个不错的例子-done with C# Windows Chat server, is a good example
C#异步通讯服务器端和客户端
- 关于C#异步通讯服务器端和客户端源码,开发环境是winxp,工具net2005
一个简单的web service,包括服务器端和客户端
- 一个简单的web service,包括服务器端和客户端
c#实现代理服务器
- c#实现代理服务器
WebServer
- 利用C#编写的Web服务器,可以实现简单的Web服务器的功能,对于理解web服务器的原理很有帮助-C# prepared to use Web servers, can be a simple function of the Web server, the web server to understand the principles of helpful
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
FtpServer_latest
- C# FTP 服务器源码-C# FTP server source
csharpmail
- 完整版的C#邮件收发系统,含一个POP3邮件接收程序和一个邮件发送程序,程序可以生成EXE安装文件,在VS2005下编译通过,测试时记得POP3接收邮件的端口号为110,smtp发送的端口为25,注意不要设错了,否则连不上邮件服务器。-The full version of C# e-mail sending and receiving systems, including a POP3 e-mail to receive an e-mail programs and send the prog
ServerPush
- 服务器推送技术 实现服务器主动向客户端推送信息。-Server Push Technology
VC
- 程序文件自动升级更新! 1) update文件夹下为服务器所用文件. 2) MyUpdate为客户端所用文件源程序.-Program file automatically updates! 1) update folder on the server used by the file. 2) MyUpdate for the client source code used by the file.
套接字数据库服务器
- 套接字数据库服务器.rar
RemoteControl
- C#爱好者原创的远程控制软件,类似于灰鸽子的源程序,由服务器端和客户端构成,想便远程控制代码的朋友不妨-C# Lovers original remote control software, similar to the source gray pigeons, from server-side and client composition, would like to have remote control code of a friend may wish to
EasyChat
- 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC