diff --git a/Leaf.xNet/~Extensions/StringExtensions.cs b/Leaf.xNet/Extensions/StringExtensions.cs similarity index 99% rename from Leaf.xNet/~Extensions/StringExtensions.cs rename to Leaf.xNet/Extensions/StringExtensions.cs index ea4ce15..fcabe26 100644 --- a/Leaf.xNet/~Extensions/StringExtensions.cs +++ b/Leaf.xNet/Extensions/StringExtensions.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; // ReSharper disable UnusedMember.Global -namespace Leaf.xNet +namespace Leaf.xNet.Extensions { /// /// Static class for help working with HTML and other text data diff --git a/Leaf.xNet/Services/StormWall/StormWallBypass.cs b/Leaf.xNet/Services/StormWall/StormWallBypass.cs index a3b8a5b..36ad17f 100644 --- a/Leaf.xNet/Services/StormWall/StormWallBypass.cs +++ b/Leaf.xNet/Services/StormWall/StormWallBypass.cs @@ -1,5 +1,6 @@ using System; using System.Net; +using Leaf.xNet.Extensions; namespace Leaf.xNet.Services.StormWall { diff --git a/Leaf.xNet/~Http/HttpResponse.cs b/Leaf.xNet/~Http/HttpResponse.cs index 6ab1b5e..b3ea389 100644 --- a/Leaf.xNet/~Http/HttpResponse.cs +++ b/Leaf.xNet/~Http/HttpResponse.cs @@ -5,6 +5,7 @@ using System.Text; using System.Text.RegularExpressions; using System.Threading; +using Leaf.xNet.Extensions; namespace Leaf.xNet { diff --git a/Leaf.xNet/~Proxy/HttpProxyClient.cs b/Leaf.xNet/~Proxy/HttpProxyClient.cs index c6b75ef..b6f6a0f 100644 --- a/Leaf.xNet/~Proxy/HttpProxyClient.cs +++ b/Leaf.xNet/~Proxy/HttpProxyClient.cs @@ -3,6 +3,7 @@ using System.Net.Sockets; using System.Text; using System.Threading; +using Leaf.xNet.Extensions; namespace Leaf.xNet {