You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/tutorial-build-chat.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -945,6 +945,8 @@ The complete code sample of this tutorial can be found [here][code-csharp].
945
945
946
946
Now run the server using `dotnet run --urls http://localhost:8080` and open multiple browser instances to access http://localhost:8080/index.html, then you can chat with each other.
947
947
948
+
The complete code sample of this tutorial can be found [here][code-csharp-net6].
949
+
948
950
# [JavaScript](#tab/javascript)
949
951
950
952
1. Add a new `handleUserEvent` handler
@@ -1178,3 +1180,4 @@ Check other tutorials to further dive into how to use the service.
0 commit comments