We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e3f0c commit 8df74b9Copy full SHA for 8df74b9
src/SignalR/clients/csharp/Client/test/UnitTests/SendUtilsTests.cs
@@ -4,12 +4,10 @@
4
using System.IO.Pipelines;
5
using System.Net;
6
using System.Net.Http;
7
+using System.Net.Http.Headers;
8
using System.Text;
9
using Microsoft.AspNetCore.Http.Connections.Client.Internal;
10
using Microsoft.AspNetCore.SignalR.Tests;
-using Moq;
11
-using Moq.Protected;
12
-using System.Net.Http.Headers;
13
using Microsoft.AspNetCore.InternalTesting;
14
15
namespace Microsoft.AspNetCore.SignalR.Client.Tests;
0 commit comments