Changed IsKeepAlive to IsAlive in WebSocket.cs

This commit is contained in:
sta
2012-09-05 17:11:27 +09:00
parent 85ef38084d
commit 022368dabb
19 changed files with 13 additions and 24 deletions

Binary file not shown.

View File

@@ -116,7 +116,7 @@ namespace Example
Console.Write("> ");
data = Console.ReadLine();
if (data == "exit")
//if (data == "exit" || !ws.IsKeepAlive)
//if (data == "exit" || !ws.IsAlive)
{
break;
}

Binary file not shown.