搜索资源列表
异步套接字监听
- 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the client socket connection requ
AsyncSocketServerandClient
- 异步传输 socket编程,主要说明服务器和客户端通信-ATM socket programming, focusing mainly on server and client communication
WSClient
- C#在Windows Mobile平台上Socket通信程序的客户端
一个简单的实现客户端和服务器端聊天的C程序
- 一个简单的实现客户端和服务器端聊天的C#程序,网络通信-a simple realization of client and server-side chatting C# procedures and network communications
C# 聊天室 模拟群聊和私聊 源码
- c#编写的聊天室程序,运用tcp协议,通过自己编写通信协议已达到各客户端的通信,并带有上下线提醒功能
简单的Socket编程实例
- 开发工具:Visual Studio 2005 本程序演示了Socket通信的基本原理,非常适合初学者。程序分为两部分:服务器端与客户端,实际上客户端也可以充当服务器端,本程序两端的区别在于服务器端要发送数据必须要有客户端的连接作为基础,而客户端没有此限制。希望本示例能够给大家学习SOCKET带来帮助。 注意事项: 1.运行程序之前请先设定好服务器端的IP地址,在客户端程序中的设置-》服务器IP设置,可更改为具体服务器的IP地址,否则程序将不能正常运行 2.运行服务器端程序,运行后服务器端会自动
tcpayncchat
- 采用C# TCP 异步通信开发的 聊天室系统 服务端和客户端都有
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.
TelnetClient
- 一个基于C#的Telnet客户端程序及源代码,可以适用于多平台,可以与安装了Telnet Server的计算机通信-Based on the C# The Telnet client program and the source code, can be applied to multi-platform, you can install a Telnet Server and the computer communication
Clientandserver
- 客户端和服务器端通信程序,一个非常简单的例子-Client and server communication process, a very simple example
SocketTestkfdfwq
- socket异步通信,包含客户端和服务器-asynchronous socket communication, including client and server
Socket
- C# 实现服务端和客户端的socket通信 -C# socket
tcp
- 控制台的服务器与客户端通信 包括流的应用-Console server and client communications, including the application of flow
EasyChat
- 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
SOCKET
- 比较简单的一个scoket通信的例子,其中包括客户端和服务端两部分;-Relatively simple one scoket communication examples, including the client and service side of two parts
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
Socket
- TCP协议服务端与客户端通信(包括 同步和异步)-TCP protocol server-side and client communications (including synchronous and asynchronous)
SocketDebug
- 异步socket通信聊天程序,同时包含客户段和服务器端,开启服务器端可同时与多个客户端通信-Asynchronous socket communication chat program, that contains both customer segments and server-side, turn on the server-side can communicate with multiple clients at the same time
ClientSocket
- 一个使用C#语言在Visual Studio2010环境下编译的客户端通信程序,可在控制台下运行测试-A use of C# language in Visual Studio2010 environment compiled client communication procedures, tests can be run in console
C#与三菱PLC通信
- 本文将使用一个Github开源的组件库技术来读写三菱PLC和西门子plc数据,使用的是基于以太网的TCP/IP实现,不需要额外的组件,读取操作只要放到后台线程就不会卡死线程,本组件支持超级方便的高性能读写操作 github地址:https://github.com/dathlin/HslCommunication 如果喜欢可以star或是fork,还可以打赏支持,打赏请认准源代码项目。 在Visual Studio 中的NuGet管理器中可以下载安装,也可以直接在NuGe