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

@@ -55,7 +55,7 @@ namespace Example3
"An HTTP server listening on port: {0} WebSocket service paths:",
_httpsv.Port);
foreach (var path in _httpsv.WebSocketServices.ServicePaths)
foreach (var path in _httpsv.WebSocketServices.Paths)
Console.WriteLine (" {0}", path);
}