Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 9efe8a4

Browse files
committed
unused usings removed
1 parent 9df31ed commit 9efe8a4

File tree

19 files changed

+0
-21
lines changed

19 files changed

+0
-21
lines changed

src/Titanium.Web.Proxy/Compression/CompressionFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.IO;
33
using System.IO.Compression;
4-
using Titanium.Web.Proxy.Helpers;
54
using Titanium.Web.Proxy.Http;
65

76
namespace Titanium.Web.Proxy.Compression

src/Titanium.Web.Proxy/Compression/DecompressionFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.IO;
33
using System.IO.Compression;
4-
using Titanium.Web.Proxy.Helpers;
54
using Titanium.Web.Proxy.Http;
65

76
namespace Titanium.Web.Proxy.Compression

src/Titanium.Web.Proxy/Extensions/TcpExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Net.Sockets;
3-
using System.Reflection;
43

54
namespace Titanium.Web.Proxy.Extensions
65
{

src/Titanium.Web.Proxy/Helpers/HttpHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Net;
33
using System.Text;
4-
using System.Text.RegularExpressions;
54
using System.Threading;
65
using System.Threading.Tasks;
76
using Titanium.Web.Proxy.Extensions;

src/Titanium.Web.Proxy/Helpers/HttpWriter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Buffers;
32
using System.Globalization;
43
using System.IO;
54
using System.Text;

src/Titanium.Web.Proxy/Helpers/Network.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Linq;
33
using System.Net;
4-
using System.Net.NetworkInformation;
54
using System.Net.Sockets;
65

76
namespace Titanium.Web.Proxy.Helpers

src/Titanium.Web.Proxy/Http/HeaderParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Threading;
33
using System.Threading.Tasks;
4-
using Titanium.Web.Proxy.Shared;
54
using Titanium.Web.Proxy.StreamExtended.Network;
65

76
namespace Titanium.Web.Proxy.Http

src/Titanium.Web.Proxy/Http/HttpWebClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using Titanium.Web.Proxy.Extensions;
99
using Titanium.Web.Proxy.Models;
1010
using Titanium.Web.Proxy.Network.Tcp;
11-
using Titanium.Web.Proxy.Shared;
1211

1312
namespace Titanium.Web.Proxy.Http
1413
{

src/Titanium.Web.Proxy/Http/Request.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Titanium.Web.Proxy.Extensions;
66
using Titanium.Web.Proxy.Helpers;
77
using Titanium.Web.Proxy.Models;
8-
using Titanium.Web.Proxy.Shared;
98

109
namespace Titanium.Web.Proxy.Http
1110
{

src/Titanium.Web.Proxy/Http/RequestResponseBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.ComponentModel;
3-
using System.Diagnostics.CodeAnalysis;
43
using System.IO;
54
using System.Text;
65
using System.Threading.Tasks;

0 commit comments

Comments
 (0)