Skip to content

Commit 4499556

Browse files
authored
Update 2.md
1 parent 7313981 commit 4499556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ while (true)
4343

4444
## Asynchronous Socket Client
4545

46-
Below is a modern asynchronous server using modern .NET APIs:
46+
Below is a modern asynchronous client using modern .NET APIs:
4747
- Uses Task based APIs to establish the connection.
4848
- 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.
4949

0 commit comments

Comments
 (0)