We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7313981 commit 4499556Copy full SHA for 4499556
2.md
@@ -43,7 +43,7 @@ while (true)
43
44
## Asynchronous Socket Client
45
46
-Below is a modern asynchronous server using modern .NET APIs:
+Below is a modern asynchronous client using modern .NET APIs:
47
- Uses Task based APIs to establish the connection.
48
- Creates a `NetworkStream` over the `Socket` in order to use `CopyToAsync`, a helper that makes it easy to copy content from one `Stream` to another.
49
0 commit comments