搜索资源列表
用同步套接字生成服务器
- 文本中的示例程序创建一个接收来自客户端的连接请求的服务器。该服务器是用同步套接字生成的,因此在等待来自客户端的连接时不挂起服务器应用程序的执行。该应用程序接收来自客户端的字符串,在控制台显示该字符串,然后将该字符串回显到客户端。来自客户端的字符串必须包含字符串“<EOF>”,以发出表示消息结尾的信号。-version of the sample program to create a client from receiving a link to the server. The se
CS_高级smtp客户端
- C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的
同步套接字客户端程序
- 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and reception functions
PersonnelMS
- 本课程案例的目的是设计一个采用C/S(客户端/服务器)结构、基于 Windows 窗体的应用程序,其主要功能涉及人事部的相关工作,如请假管理、部门管理、员工管理、薪资管理、加班管理等部分。其中,不涉及人事部的操作在另外一门课——《基于.NET的Web 应用程序开发》——的案例设计中实现。该课程的案例基本不需要涉及数据库,但需要学生掌握一定的ADO.NET编程技术,了解基本的数据库查询语法。
一个简单的实现客户端和服务器端聊天的C程序
- 一个简单的实现客户端和服务器端聊天的C#程序,网络通信-a simple realization of client and server-side chatting C# procedures and network communications
C#异步通讯服务器端和客户端
- 关于C#异步通讯服务器端和客户端源码,开发环境是winxp,工具net2005
一个简单的web service,包括服务器端和客户端
- 一个简单的web service,包括服务器端和客户端
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
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.
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.
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
SmsClient
- 行业短信客户端,群发短信,企业信息机,客户管理系统-send sms client
XNetFramework
- XNetFramework 是一个非常简单的.net网络通信框架,采用UDP实现,主要用于客户端-服务器模式,本框架实现模拟心跳包(实现断线等事件触发),消息封装等功能,利用本框架可以快速实现网络上基本 C/S模式的程序。-XNetFramework is a very simple. Net framework for network traffic, using UDP to achieve, mainly for the client- server model, the framewor
c#SyncGamechiqizi
- 这是一个基于C#的吃棋子网络小游戏,含有客户端与服务器端。(This is a game called "Eat the pieces" based on C # containing client and server)
TCPSever多客户端连接
- tcpsever服务器端使用,可以连接多个客户端(Tcpsever server side, you can connect to multiple clients)