随笔分类 - Socket
摘要:Server using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net.Sockets; usi
阅读全文
摘要:转摘: https://www.cnblogs.com/dotnet261010/p/6211900.html C#网络编程二:Socket编程 一:什么是SOCKET socket的英文原义是“孔”或“插座”。作为进程通信机制,取后一种意思。通常也称作“套接字”,用于描述IP地址和端口,是一个通信
阅读全文