Browse Source

[Modify] Polish it

pull/117/merge
sta 4 years ago
parent
commit
6f6c110dc9
  1. 2
      Example3/Program.cs

2
Example3/Program.cs

@ -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);
}

Loading…
Cancel
Save