Commit Graph

245 Commits

Author SHA1 Message Date
sta
dee36926ae Added the WebSocket.CheckPingParameter method, and removed the Ext.CheckIfValidControlData method 2015-05-05 15:21:28 +09:00
sta
531eefac17 Renamed the CheckIfValidCloseParameters methods to the CheckCloseParameters methods 2015-05-04 15:48:18 +09:00
sta
e81c5b7d96 Removed the Ext.IsNoStatus methods 2015-05-03 14:46:32 +09:00
sta
f3e0591a18 Moved the Ext.CheckIfValidCloseParameters methods to the WebSocket class 2015-05-02 15:35:03 +09:00
sta
33f578f94b Renamed some of the CloseStatusCode enum values 2015-04-28 17:32:40 +09:00
sta
371ac36dd9 Refactored a few for WebSocket.cs 2015-04-26 16:50:09 +09:00
sta
f5a1ce2c53 Added the WebSocketBehavior.IgnoreExtensions property, to ignore the extensions requested from the client 2015-04-15 17:03:16 +09:00
sta
0760613765 Modified a few for the validateSecWebSocketExtensionsHeader method 2015-03-27 16:12:00 +09:00
sta
300574f8a0 Fix for issue #110, send 'server_no_context_takeover' and 'client_no_context_takeover' parameters in 'permessage-deflate' extension 2015-03-25 16:58:13 +09:00
sta
5eeba8c19f Modified a bit for the processSecWebSocketExtensionsHeader2 method 2015-03-24 16:10:13 +09:00
sta
0992c85350 Added the validateSecWebSocketExtensionsHeader2 method 2015-03-23 16:47:20 +09:00
sta
b98f8a60cc Modified a few for the processSecWebSocketExtensionsHeader2 method 2015-03-22 17:27:15 +09:00
sta
b4fb6912e6 Added the createExtensions2 method 2015-03-21 16:45:37 +09:00
sta
446c5176e9 Added the processSecWebSocketExtensionsHeader2 (string) method 2015-03-20 16:58:40 +09:00
sta
d4e844dfcd Added Log property to the HttpListenerWebSocketContext class 2015-02-12 16:54:38 +09:00
sta
e989e3e18f Added Log property to the TcpListenerWebSocketContext class 2015-02-11 18:00:17 +09:00
sta
f072485b83 Modified the WebSocket class, fix for 'No Status Code' for the close 2015-01-26 17:34:02 +09:00
sta
dc6250a0e3 Replaced the close method with the close2 method and renamed, fix for the close while connecting 2015-01-19 17:56:48 +09:00
sta
88a1bbb9f6 Added the close2 (CloseEventArgs, bool, bool) method, to replace the close (CloseEventArgs, bool, bool) method with this 2015-01-18 17:27:23 +09:00
sta
fe9ec9f29b Refactored a bit for WebSocket.cs, into the new year 2015 2015-01-17 16:56:46 +09:00
sta
6c8c4759c4 A small refactoring 2014-12-26 16:12:38 +09:00
sta
4042922810 Added checking more for the proxy authentication 2014-12-24 15:47:44 +09:00
sta
f090fa9d5d Added some logs for the authentication 2014-12-22 14:57:52 +09:00
sta
47931c9a42 Removed checking if an empty string from the Ext.TryCreateWebSocketUri method 2014-12-21 15:28:48 +09:00
sta
7f01d41679 Modified a few for the WebSocket.sendHandshakeRequest method 2014-12-20 15:13:05 +09:00
sta
54bb87140e Refactored WebSocket.cs 2014-12-17 14:10:58 +09:00
sta
94c26e6107 Fix for issue #42, enable redirection to the new url located in the handshake response 2014-12-16 14:22:31 +09:00
sta
072ad21481 Added redirection 2014-12-15 15:47:42 +09:00
sta
34be0af5c6 Added checking if the handshake response is a Redirect 2014-12-14 15:34:29 +09:00
sta
c1d20ec706 Renamed ClientSslAuthConfiguration class to ClientSslConfiguration class 2014-11-06 11:51:38 +09:00
sta
5e9157a3d4 Moved WebSocket.ClientCertificateSelectionCallback property to ClientSslAuthConfiguration class, and refactored 2014-11-05 11:06:55 +09:00
sta
5502e4bdda Moved WebSocket.ServerCertificateValidationCallback property to ClientSslAuthConfiguration class 2014-11-04 11:01:40 +09:00
sta
c511f9d7ac Fix for pull request #85, added TargetHost property to ClientSslAuthConfiguration class, and refactored 2014-11-03 15:11:43 +09:00
sta
912b1f0d62 Fix for pull request #85 2014-10-30 19:09:12 +09:00
Adrien JUND
4e7bca4f38 Add some constructors for C# 3.0
Rename ClientCertAuthConfiguration to ClientSslAuthConfiguration
Rename ServerCertAuthConfiguration to ServerSslAuthConfiguration
Add the licence comment to new files
2014-10-28 11:24:00 +01:00
Adrien JUND
cc0ab61eb9 Add SslStream Configuration for Client & Server 2014-10-27 17:15:55 +01:00
sta
cccafcb584 Fix a bug that enables to send any 'Reserved value' close status code 2014-10-23 11:45:00 +09:00
sta
468c3ab881 Fix a few for pull request #80 2014-10-10 14:46:18 +09:00
David Wood
4852d3c38b Add support for client certificate selection. 2014-10-08 12:27:16 +01:00
sta
aab7ef5a55 Fix for issue #76, modified the access level of the WaitTime property of the WebSocket class to the public 2014-09-29 14:30:38 +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
b6b30e04d0 Modified some xml doc comments 2014-09-22 11:22:47 +09:00
sta
56acccdda1 Refactored CloseEventArgs.cs 2014-09-21 17:33:07 +09:00
sta
0d5d6d2b4c Modified to check if valid frame was received 2014-09-17 14:50:22 +09:00
sta
130b0a08d0 Check if the received frame is correctly masked or not 2014-09-16 14:53:26 +09:00
sta
1b920993b7 Call the private close method directly 2014-09-14 15:42:08 +09:00
sta
7bccab8fa0 Refactored WebSocket.cs 2014-09-11 22:15:09 +09:00
sta
64938831ab Refactored PayloadData.cs 2014-09-07 22:18:45 +09:00
sta
0144984b6f Fix for issue #72 2014-08-27 14:30:32 +09:00