148 Commits (80d70f8a0f1a607d8b067432d866069727851c6c)

Author SHA1 Message Date
sta 1e2139aafa [Modify] Remove it 9 years ago
sta 0e2a5ae7db [Modify] Add them 9 years ago
sta 1f40f8e566 [Modify] Polish it
More clearly received or not.
10 years ago
sta ee177afb7c [Modify] Rename it 10 years ago
sta e02b553739 [Modify] Rename it to ToArray 10 years ago
sta cd886d32df Added the Ext.UTF8Encode method 10 years ago
sta ddb5819a0e Added the WebSocket.CheckSendParameters method 10 years ago
sta 09a64d67be Added the WebSocket.CheckSendParameter methods 10 years ago
sta 999e777517 Added the internal Ext.CheckIfAvailable (ServerState, bool, bool, bool) method 10 years ago
sta cffd94e9c5 Initialize 'data' with null 11 years ago
sta dee36926ae Added the WebSocket.CheckPingParameter method, and removed the Ext.CheckIfValidControlData method 11 years ago
sta a2f5edd1d1 Modified a bit for WebSocketSessionManager.cs, into the year 2015 11 years ago
sta 425d1387a0 Refactored a few for WebSocketSessionManager.cs 11 years ago
sta 7d168515d1 Replaced the PingTo (string id, string message) method with the PingTo (string message, string id) method 11 years ago
sta 8910c6cced Replaced the SendToAsync (string id, Stream stream, int length, Action<bool> completed) method with the SendToAsync (Stream stream, int length, string id, Action<bool> completed) method 11 years ago
sta d3dd903809 Replaced the SendToAsync (string id, string data, Action<bool> completed) method with the SendToAsync (string data, string id, Action<bool> completed) method 11 years ago
sta 4d837ce8f7 Replaced the SendToAsync (string id, byte[] data, Action<bool> completed) method with the SendToAsync (byte[] data, string id, Action<bool> completed) method 11 years ago
sta 8e1005b90f Replaced the SendTo (string id, string data) method with the SendTo (string data, string id) method 11 years ago
sta a45baed91c Replaced the SendTo (string id, byte[] data) method with the SendTo (byte[] data, string id) method 11 years ago
sta 36b860b75f Fix for issue #84 11 years ago
sta ae6c41c64c Fix for issue #76, added the WaitTime property to the WebSocketServer class 11 years ago
sta c2e60b9d45 Refactored WebSocketFrame.cs 11 years ago
sta 14914787a6 Added internal 'wait time' for the ping and close 11 years ago
sta 25c103d51e Refactored WebSocketServiceHost.cs 11 years ago
sta b54faadf01 Refactored WebSocketSessionManager.cs 11 years ago
sta c20f4804c7 Renamed WsFrame.cs to WebSocketFrame.cs 12 years ago
sta 0a9010df86 Modified Opcode enum values to PascalCase values 12 years ago
sta d632fc839f Modified WebSocketState enum values to PascalCase values 12 years ago
sta eb36dd9e82 Modified CloseStatusCode enum values to PascalCase values 12 years ago
sta 4304310430 Modified Mask enum values to PascalCase values 12 years ago
sta 291397a738 Modified ServerState enum values to PascalCase values 12 years ago
sta 1548112965 Refactored WebSocketServiceManager.cs, WebSocketSessionManager.cs 12 years ago
sta f69977a2fe Refactored WebSocketSessionManager.cs 12 years ago
sta 31c3ece37f Modified checking if can send 12 years ago
sta 81993cbd97 Modified Ping 12 years ago
sta 816f737821 Refactored WebSocketServiceHostManager.cs, WebSocketSessionManager.cs 12 years ago
sta 418ec8bc2f Added SendAsync methods to the WebSocket class. Existing Send methods were changed to behave synchronously 12 years ago
sta dcd0052bc8 Fix for issue #21 12 years ago
sta f6610352e2 Modified some Send and Broadcast methods (e.g. Send (stream, length, dispose) -> Send (stream, length)) 12 years ago
sta f6517fa567 Modified WebSocketSessionManager.cs and WebSocketServiceHostManager.cs (Modified parameter order of some methods. e.g. SendTo (data, id) -> SendTo (id, data)) 12 years ago
sta d6f21d31cd Modified sending (Removed SendAsync method) 12 years ago
sta 79abc9aee3 Modified broadcasting 12 years ago
sta 2b57a58da2 Modified closing and ping 12 years ago
sta f103cd2faf Modified SendTo and BroadcastTo methods 12 years ago
sta adcb5ec09c Fix for issue #20 12 years ago
sta 903a5bf46b Modified WebSocketSessionManager.cs 12 years ago
sta 42a44226d5 Moved some methods (e.g. Broadcast method) from WebSocketService.cs and WebSocketServiceHost.cs to WebSocketSessionManager.cs 12 years ago
sta e3d5dea096 Renamed WebSocketServiceManager.cs to WebSocketSessionManager.cs, added IWebSocketSession.cs and modified WebSocketService.cs 12 years ago