148 Commits (8ce8cf02f3f9eee31dfd3d0a8a511084bf08a995)

Author SHA1 Message Date
sta b754c4b6ab [Modify] Polish it 8 years ago
sta ef777f69e1 [Modify] Edit it 8 years ago
sta f6ec443461 [Modify] Edit it 8 years ago
sta 8ba734a9a9 [Modify] Add it 8 years ago
sta dfb09e3da0 [Modify] Edit it 8 years ago
sta fcc27fd4e2 [Modify] Throw exception 8 years ago
sta 26525b12f3 [Modify] Edit it 8 years ago
sta e64daf6d81 [Modify] Throw exception 8 years ago
sta ea19c5d94a [Modify] Edit it 8 years ago
sta 7afbacd6e0 [Modify] Throw exception 8 years ago
sta 26c9dbaae0 [Modify] Edit it 8 years ago
sta 4c882a2c0c [Modify] Edit it 8 years ago
sta fd9d5acbda [Modify] Polish it 8 years ago
sta 168a335266 [Modify] Edit it 8 years ago
sta 8c12044023 [Modify] Edit it 8 years ago
sta f3427a3c05 [Modify] Edit it 8 years ago
sta 9aa88c44f8 [Modify] Edit it 8 years ago
sta 0af4c88f6a [Modify] Throw exception 8 years ago
sta feca747684 [Modify] Edit it 8 years ago
sta 5e0ea01ec0 [Modify] Throw exception 8 years ago
sta b313ce95bc [Modify] Edit it 8 years ago
sta b872d6d0bc [Modify] Edit it 8 years ago
sta e14739719a [Modify] Edit it 8 years ago
sta 82981391c8 [Modify] Throw exception 8 years ago
sta 73900290cd [Modify] Edit it 8 years ago
sta d774b41474 [Modify] Throw exception 8 years ago
sta 7dcd3cd2e3 [Modify] Edit it 8 years ago
sta ea03410968 [Modify] Return false instead of throwing an exception 8 years ago
sta 0425a42cab [Modify] Edit it 8 years ago
sta 49d17cfa7b [Modify] Throw exceptions 8 years ago
sta 8a095213f6 [Modify] Polish it 8 years ago
sta 9dbeb5a7e2 [Modify] Edit it 8 years ago
sta 51663793c1 [Modify] Throw exceptions 8 years ago
sta 174d3ff00e [Modify] Add it 8 years ago
sta 0c997f3956 [Modify] Edit it 8 years ago
sta 954f3dbbd0 [Modify] Throw exceptions 8 years ago
sta 581a03e08d [Modify] Edit it 8 years ago
sta 84e2a1ed42 [Modify] Throw exceptions 8 years ago
sta 6c82c9ed64 [Modify] Edit it 8 years ago
sta 3d98fd90b7 [Modify] Throw exceptions 8 years ago
sta 8fcfec9682 [Modify] Edit it 8 years ago
sta 60a6a8d0b9 [Modify] Throw exceptions 8 years ago
sta 9ad9d97466 [Modify] Edit it 8 years ago
sta 3c57047e67 [Modify] Throw exceptions 8 years ago
sta fec10593d8 [Modify] It will be removed 8 years ago
sta 33da8ba41c [Modify] It will be removed 8 years ago
sta de260fcddf [Modify] Edit it 8 years ago
sta 9fa2b58990 [Modify] Throw exceptions 9 years ago
sta 9858b8e5a3 [Modify] Edit it 9 years ago
sta 862eb79f51 [Modify] Throw exception 9 years ago
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