Fix due to the added QueryString property in WebSocketService.cs

This commit is contained in:
sta
2012-10-22 14:58:43 +09:00
parent a7eef35c96
commit c55b5d6479
78 changed files with 1346 additions and 830 deletions

View File

@@ -12,7 +12,8 @@ namespace Example3
public static void Main(string[] args)
{
_httpsv = new HttpServer(4649);
_httpsv.AddService<Echo>("/");
_httpsv.AddService<Echo>("/Echo");
_httpsv.AddService<Chat>("/Chat");
_httpsv.OnGet += (sender, e) =>
{