摘要: 一、服务器端开发, public class SocketServer { static void Main() { try { FleckLog.Level = LogLevel.Debug; var allSockets = new List<IWebSocketConnection>(); / 阅读全文
posted @ 2021-12-16 11:28 丁焕轩 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 一、新建一个文件:appsettings.json 二、很重要。将appsettings.json,变成可复制。第三步公共文件会报错。 三、增加公共文件 public class Appsettings { static IConfiguration Configuration { get; set 阅读全文
posted @ 2021-12-16 08:40 丁焕轩 阅读(155) 评论(0) 推荐(0) 编辑