ZhiYeJianKang_PeiXun/cyqdata-master/DotNet/WebSocket.cs
2025-02-20 15:41:53 +08:00

12 lines
147 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace System.Net.WebSockets
{
public class WebSocket
{
}
}