This website requires JavaScript.
Explore
Help
Sign In
DevWiki
/
websocket-sharp
Watch
1
Star
0
Fork
0
You've already forked websocket-sharp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aab7ef5a55
websocket-sharp
/
Example2
History
sta
5109d88ebb
Renamed the WebSocketService class to the WebSocketBehavior class
2014-09-06 17:50:10 +09:00
..
App.config
Modified HttpListener.cs and others for secure connection
2013-08-27 22:02:50 +09:00
AssemblyInfo.cs
Modified Example2
2014-03-14 20:56:14 +09:00
Chat.cs
Renamed the WebSocketService class to the WebSocketBehavior class
2014-09-06 17:50:10 +09:00
Echo.cs
Renamed the WebSocketService class to the WebSocketBehavior class
2014-09-06 17:50:10 +09:00
Example2.csproj
Fix for the secure connection
2013-07-19 17:29:58 +09:00
Program.cs
Fix for pull request
#73
, it's because 'The TcpListener.Stop method also closes the underlying Socket, and creates a new Socket for the TcpListener. If you set any properties on the underlying Socket prior to calling the Stop method, those properties will not carry over to the new Socket.'
2014-09-04 16:03:53 +09:00