Skip to content

Commit 56ad45b

Browse files
committed
delete unnecessary usings
1 parent 0d1dc88 commit 56ad45b

File tree

1 file changed

+0
-2
lines changed
  • snippets/csharp/System.Net.Http/SocketsHttpHandler/ConnectCallback

1 file changed

+0
-2
lines changed

snippets/csharp/System.Net.Http/SocketsHttpHandler/ConnectCallback/program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
using System;
2-
using System.IO;
32
using System.Net;
43
using System.Net.Http;
54
using System.Net.Sockets;
6-
using System.Threading;
75
using System.Threading.Tasks;
86

97
class HttpClientHandler_SecureExample

0 commit comments

Comments
 (0)