01 2023 档案

摘要:入口文件:Program.cs using Serilog; using Serilog.Events; // 创建Serilog Log.Logger = new LoggerConfiguration() .MinimumLevel.Override("Microsoft", LogEventL 阅读全文
posted @ 2023-01-16 14:35 Mr_Xul 阅读(4444) 评论(2) 推荐(3)
摘要:/// <summary> /// HTTP中间件 /// </summary> public class HttpMiddleware { /// <summary> /// 请求委托 /// </summary> private readonly RequestDelegate _next; / 阅读全文
posted @ 2023-01-16 14:26 Mr_Xul 阅读(1066) 评论(0) 推荐(0)