会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
rookie.
探讨努力,而非完美
首页
联系
订阅
管理
2022年3月9日
c# socket初学小demo
摘要: 转载于:博主文章 1.客户端: 点击查看代码 static Socket ClientSocket; public void Send() { String IP = "127.0.0.1"; int port = 8885; IPAddress ip = IPAddress.Parse(IP);
阅读全文
posted @ 2022-03-09 09:43 rookiexwang
阅读(50)
评论(0)
推荐(0)
编辑
公告