Fix due to the modified WebSocketServer.cs

This commit is contained in:
sta
2012-09-14 20:16:37 +09:00
parent 2fde8824ec
commit 56c5f81c46
22 changed files with 60 additions and 46 deletions

Binary file not shown.

View File

@@ -14,7 +14,7 @@ namespace Example2
wssv.Start();
Console.WriteLine(
"WebSocket Server (url: {0})\n listening on address: {1} port: {2}\n",
wssv.Url, wssv.Address, wssv.Port);
wssv.Uri, wssv.Address, wssv.Port);
Console.WriteLine("Press any key to stop server...");
Console.ReadLine();