Refactored WebSocketServiceHostManager.cs

This commit is contained in:
sta
2014-02-13 14:38:13 +09:00
parent f69977a2fe
commit d07265dd8e
3 changed files with 123 additions and 575 deletions

View File

@@ -50,7 +50,7 @@ namespace Example2
Console.WriteLine (
"A WebSocket server listening on port: {0} service paths:", wssv.Port);
foreach (var path in wssv.WebSocketServices.ServicePaths)
foreach (var path in wssv.WebSocketServices.Paths)
Console.WriteLine (" {0}", path);
}