搜索资源列表
EX10-3
- 用C#实现的TCP同步套接字客户端编程,代码齐全-achieve simultaneous TCP socket client program, complete code
EncryptedTcp
- 利用同步TCP传递会话数据,包含客户端和服务器端,使用不对称加密算法加密对称加密算法的密钥,使用对称算法加密会话信息-The use of simultaneous TCP transfer session data, including client and server side, using an asymmetric encryption algorithm to encrypt the symmetric key encryption algorithm, using symmetri
SingleTcpClient
- 使用TCP协议编写服务器端和客户端的控制台程序,要求在连接成功后首先由服务器端向客户端发送欢迎标语,最后实现在服务器端和客户端之间的同步通信,其中通信的信息要能支持中文。-SingleTcpClient
PopReceiveDemo
- 邮件接收处理 这个例子中只需要编写客户端程序,而不需要编写服务器端程序即可正常运行。我们重点关心的是如何利用同步TCP发送和接收数据。 -Receiving and processing the message only need to write this example client, without the need to write server-side program to work correctly. The focus of our concern is how to
Socket
- TCP协议服务端与客户端通信(包括 同步和异步)-TCP protocol server-side and client communications (including synchronous and asynchronous)
MyProgressBar
- 在ASP下通过TCP Binding来实现服务端和客户端的数据同步。-Done by TCP Binding under ASP server and client data synchronization.
TCP-cSharp
- TCP 通讯 客户端 服务器端 同步和异步处理完整代码-tcp C#
SocketDemoSynchronousTCP
- 本例子运用C#中的Socket类进行以太网同步通信,里面有服务器和客户端界面,可以传输文件和文字,代码有大量的注释,可以让初学者很好的理解socket TCP网络编程。-The examples use C# Socket class Ethernet synchronous communication, which has server and client interface, you can transfer files and text code has a lot of notes,
C#与三菱PLC通信
- 本文将使用一个Github开源的组件库技术来读写三菱PLC和西门子plc数据,使用的是基于以太网的TCP/IP实现,不需要额外的组件,读取操作只要放到后台线程就不会卡死线程,本组件支持超级方便的高性能读写操作 github地址:https://github.com/dathlin/HslCommunication 如果喜欢可以star或是fork,还可以打赏支持,打赏请认准源代码项目。 在Visual Studio 中的NuGet管理器中可以下载安装,也可以直接在NuGe