A C# implementation of the WebSocket protocol client and server
Go to file
2011-06-05 17:39:43 +09:00
websocket-sharp Merged enix's fix (THX enix) and made a little change (because close method dose not work). 2011-06-05 17:39:43 +09:00
wsclient Merged enix's fix (THX enix) and made a little change (because close method dose not work). 2011-06-05 17:39:43 +09:00
wsclient1 Merged enix's fix (THX enix) and made a little change (because close method dose not work). 2011-06-05 17:39:43 +09:00
README.md add README.md 2010-10-19 11:27:39 +09:00
websocket-sharp.sln fix Ext.cs, WebSocket.cs and Add wsclient1/* 2010-11-01 21:36:33 +09:00
websocket-sharp.userprefs Merged enix's fix (THX enix) and made a little change (because close method dose not work). 2011-06-05 17:39:43 +09:00

websocket-sharp

A C# implementation of a WebSocket protocol client.

Usage

Please refer to wsclient/wsclient.cs.