Modified WebSocket.cs

This commit is contained in:
sta
2013-04-18 23:42:58 +09:00
parent 2a892ff57f
commit df1ff81483
27 changed files with 156 additions and 22 deletions

Binary file not shown.

View File

@@ -111,6 +111,7 @@ namespace Example
"notification-message-im");
};
//ws.Origin = "http://echo.websocket.org";
//ws.SetCookie(new Cookie("nobita", "\"idiot, gunfighter\""));
//ws.SetCookie(new Cookie("dora", "tanuki"));
ws.Connect();

Binary file not shown.