[Modify] Polish it
This commit is contained in:
parent
421bf4b6b7
commit
227925a40c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user