C# Tcp简单聊天源代码
用TCP实现的一个简单的局域网聊天工具 TcpClient newclient = new TcpClient(); newclient.Connect(sSendIP, 4002); NetworkStream stm = newclient.GetStream(); byte[] sendBytes = Encoding.UTF8.GetBytes(txtInfo.Text);
文件列表
Socket.rar
(预估有个57文件)
Socketclient
WindowsFormsApplication1
WindowsFormsApplication1
Form1.cs
2KB
bin
Debug
WindowsFormsApplication1.vshost.exe
14KB
WindowsFormsApplication1.exe
10KB
WindowsFormsApplication1.vshost.exe.manifest
490B
WindowsFormsApplication1.pdb
24KB
暂无评论