sta
|
ddb5819a0e
|
Added the WebSocket.CheckSendParameters method
|
2015-08-21 16:31:50 +09:00 |
|
sta
|
09a64d67be
|
Added the WebSocket.CheckSendParameter methods
|
2015-08-20 16:36:14 +09:00 |
|
sta
|
999e777517
|
Added the internal Ext.CheckIfAvailable (ServerState, bool, bool, bool) method
|
2015-08-14 16:05:00 +09:00 |
|
sta
|
cffd94e9c5
|
Initialize 'data' with null
|
2015-05-08 15:52:13 +09:00 |
|
sta
|
dee36926ae
|
Added the WebSocket.CheckPingParameter method, and removed the Ext.CheckIfValidControlData method
|
2015-05-05 15:21:28 +09:00 |
|
sta
|
a2f5edd1d1
|
Modified a bit for WebSocketSessionManager.cs, into the year 2015
|
2015-04-23 14:44:11 +09:00 |
|
sta
|
425d1387a0
|
Refactored a few for WebSocketSessionManager.cs
|
2015-04-23 14:41:03 +09:00 |
|
sta
|
7d168515d1
|
Replaced the PingTo (string id, string message) method with the PingTo (string message, string id) method
|
2015-04-22 14:56:52 +09:00 |
|
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
|
2015-04-21 15:38:10 +09:00 |
|
sta
|
d3dd903809
|
Replaced the SendToAsync (string id, string data, Action<bool> completed) method with the SendToAsync (string data, string id, Action<bool> completed) method
|
2015-04-21 15:31:37 +09:00 |
|
sta
|
4d837ce8f7
|
Replaced the SendToAsync (string id, byte[] data, Action<bool> completed) method with the SendToAsync (byte[] data, string id, Action<bool> completed) method
|
2015-04-21 15:25:27 +09:00 |
|
sta
|
8e1005b90f
|
Replaced the SendTo (string id, string data) method with the SendTo (string data, string id) method
|
2015-04-21 15:17:20 +09:00 |
|
sta
|
a45baed91c
|
Replaced the SendTo (string id, byte[] data) method with the SendTo (byte[] data, string id) method
|
2015-04-20 17:12:28 +09:00 |
|
sta
|
36b860b75f
|
Fix for issue #84
|
2014-10-23 13:51:00 +09:00 |
|
sta
|
ae6c41c64c
|
Fix for issue #76, added the WaitTime property to the WebSocketServer class
|
2014-09-27 14:42:39 +09:00 |
|
sta
|
c2e60b9d45
|
Refactored WebSocketFrame.cs
|
2014-09-24 14:37:11 +09:00 |
|
sta
|
14914787a6
|
Added internal 'wait time' for the ping and close
|
2014-09-23 15:45:40 +09:00 |
|
sta
|
25c103d51e
|
Refactored WebSocketServiceHost.cs
|
2014-09-20 15:18:30 +09:00 |
|
sta
|
b54faadf01
|
Refactored WebSocketSessionManager.cs
|
2014-09-19 16:00:16 +09:00 |
|
sta
|
c20f4804c7
|
Renamed WsFrame.cs to WebSocketFrame.cs
|
2014-06-12 19:59:27 +09:00 |
|
sta
|
0a9010df86
|
Modified Opcode enum values to PascalCase values
|
2014-03-06 17:07:30 +09:00 |
|
sta
|
d632fc839f
|
Modified WebSocketState enum values to PascalCase values
|
2014-03-05 17:04:45 +09:00 |
|
sta
|
eb36dd9e82
|
Modified CloseStatusCode enum values to PascalCase values
|
2014-03-01 17:32:06 +09:00 |
|
sta
|
4304310430
|
Modified Mask enum values to PascalCase values
|
2014-03-01 15:16:25 +09:00 |
|
sta
|
291397a738
|
Modified ServerState enum values to PascalCase values
|
2014-02-27 20:31:47 +09:00 |
|
sta
|
1548112965
|
Refactored WebSocketServiceManager.cs, WebSocketSessionManager.cs
|
2014-02-20 16:34:28 +09:00 |
|
sta
|
f69977a2fe
|
Refactored WebSocketSessionManager.cs
|
2014-02-12 16:13:50 +09:00 |
|
sta
|
31c3ece37f
|
Modified checking if can send
|
2014-02-02 16:28:20 +09:00 |
|
sta
|
81993cbd97
|
Modified Ping
|
2014-01-30 17:13:03 +09:00 |
|
sta
|
816f737821
|
Refactored WebSocketServiceHostManager.cs, WebSocketSessionManager.cs
|
2014-01-10 20:48:52 +09:00 |
|
sta
|
418ec8bc2f
|
Added SendAsync methods to the WebSocket class. Existing Send methods were changed to behave synchronously
|
2014-01-10 05:04:46 +09:00 |
|
sta
|
dcd0052bc8
|
Fix for issue #21
|
2013-10-23 16:03:35 +09:00 |
|
sta
|
f6610352e2
|
Modified some Send and Broadcast methods (e.g. Send (stream, length, dispose) -> Send (stream, length))
|
2013-10-16 00:23:11 +09:00 |
|
sta
|
f6517fa567
|
Modified WebSocketSessionManager.cs and WebSocketServiceHostManager.cs (Modified parameter order of some methods. e.g. SendTo (data, id) -> SendTo (id, data))
|
2013-10-10 16:38:41 +09:00 |
|
sta
|
d6f21d31cd
|
Modified sending (Removed SendAsync method)
|
2013-10-08 20:17:01 +09:00 |
|
sta
|
79abc9aee3
|
Modified broadcasting
|
2013-10-03 16:36:43 +09:00 |
|
sta
|
2b57a58da2
|
Modified closing and ping
|
2013-10-01 14:52:39 +09:00 |
|
sta
|
f103cd2faf
|
Modified SendTo and BroadcastTo methods
|
2013-09-27 22:20:00 +09:00 |
|
sta
|
adcb5ec09c
|
Fix for issue #20
|
2013-09-25 20:35:06 +09:00 |
|
sta
|
903a5bf46b
|
Modified WebSocketSessionManager.cs
|
2013-09-17 16:36:43 +09:00 |
|
sta
|
42a44226d5
|
Moved some methods (e.g. Broadcast method) from WebSocketService.cs and WebSocketServiceHost.cs to WebSocketSessionManager.cs
|
2013-09-16 14:33:26 +09:00 |
|
sta
|
e3d5dea096
|
Renamed WebSocketServiceManager.cs to WebSocketSessionManager.cs, added IWebSocketSession.cs and modified WebSocketService.cs
|
2013-09-13 16:54:41 +09:00 |
|