Skip to content

Commit 70ee7c2

Browse files
committed
add using System.Net.Http to GraphQLHttpWebSocket
1 parent 32fa2a9 commit 70ee7c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GraphQL.Client/Websocket/GraphQLHttpWebSocket.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
using System.Diagnostics;
2+
#pragma warning disable IDE0005
3+
// see https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/implicit-global-using-netfx
4+
using System.Net.Http;
5+
#pragma warning restore IDE0005
26
using System.Net.WebSockets;
37
using System.Reactive;
48
using System.Reactive.Disposables;

0 commit comments

Comments
 (0)