Renamed IServiceHost.cs to IWebSocketServiceHost.cs

This commit is contained in:
sta
2013-08-29 11:58:03 +09:00
parent b3fa68d8ce
commit 9daaa33111
8 changed files with 202 additions and 234 deletions

View File

@@ -226,7 +226,7 @@ namespace WebSocketSharp.Server
var path = context.Path.UrlDecode ();
websocket.Log = Log;
IServiceHost host;
IWebSocketServiceHost host;
if (!_serviceHosts.TryGetServiceHost (path, out host))
{
websocket.Close (HttpStatusCode.NotImplemented);