Skip to content

Commit 9b5279e

Browse files
committed
cleaned usings
1 parent 0dfadc6 commit 9b5279e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/SuperSocket.Server.Abstractions/Connections/TcpConnectionFactoryBase.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
using System;
2-
using System.Collections;
32
using System.Collections.Generic;
4-
using System.ComponentModel.DataAnnotations;
5-
using System.IO;
6-
using System.Linq;
7-
using System.Net.Security;
83
using System.Net.Sockets;
9-
using System.Security.Authentication;
104
using System.Threading;
115
using System.Threading.Tasks;
126
using Microsoft.Extensions.Logging;
137
using SuperSocket.Connection;
14-
using SuperSocket.ProtoBase;
158

169
namespace SuperSocket.Server.Abstractions.Connections
1710
{

0 commit comments

Comments
 (0)