[Modify] Polish it

This commit is contained in:
sta 2022-01-24 22:16:13 +09:00
parent 421bf4b6b7
commit 227925a40c

View File

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