最近准备利用.NET的套接字开发一个类似QQ的IM组件,先写了一个Udp信息收发静态类!也不是很完善,暂时先储备着,以后重构用!

写了一个Udp信息收发静态类!using System;
写了一个Udp信息收发静态类!
using System.Net;
写了一个Udp信息收发静态类!
using System.Net.Sockets;
写了一个Udp信息收发静态类!
using System.Text;
写了一个Udp信息收发静态类!
写了一个Udp信息收发静态类!
namespace XChatLib
}

相关文章:

  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2021-04-02
  • 2021-11-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-09-03
  • 2022-03-09
  • 2021-09-05
  • 2021-08-22
相关资源
相似解决方案