[Modify] Polish it

This commit is contained in:
sta 2022-01-30 22:16:15 +09:00
parent 7f916edafa
commit 6f6c110dc9

View File

@ -158,8 +158,10 @@ namespace Example3
*/
httpsv.Start ();
if (httpsv.IsListening) {
Console.WriteLine ("Listening on port {0}, and providing WebSocket services:", httpsv.Port);
foreach (var path in httpsv.WebSocketServices.Paths)
Console.WriteLine ("- {0}", path);
}