From b9ac9c10650368944eebb766a55fe5eb7c2366dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E7=AD=89=E9=97=B2?= <1686817533@qq.com> Date: Mon, 10 Jan 2022 08:56:35 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=BD=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GodSharp.Socket/Tcp/TcpServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GodSharp.Socket/Tcp/TcpServer.cs b/src/GodSharp.Socket/Tcp/TcpServer.cs index 0b13269..8bc0f80 100644 --- a/src/GodSharp.Socket/Tcp/TcpServer.cs +++ b/src/GodSharp.Socket/Tcp/TcpServer.cs @@ -1,4 +1,4 @@ -using GodSharp.Sockets.Abstractions; +using GodSharp.Sockets.Abstractions; using GodSharp.Sockets.Extensions; using GodSharp.Sockets.Tcp; using System; @@ -26,7 +26,7 @@ namespace GodSharp.Sockets public SocketEventHandler OnServerException { get; set; } - public TcpServer(TcpServerOptions options) => OnConstructing(options); + public TcpServer(TcpServerOptions options) => OnConstructing(options);为人体 public TcpServer(int port = 7788, string host = null, int backlog = int.MaxValue, AddressFamily family = AddressFamily.InterNetwork, string name = null, int id = 0) { -- Gitee