websocket-sharp/Example2
2014-09-06 17:50:10 +09:00
..
App.config
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
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