Commit Graph

231 Commits

Author SHA1 Message Date
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
sta
7eb4e2ec61 Refactored MessageEventArgs.cs 2014-08-24 16:01:29 +09:00
sta
e41e627ebc Fix a few for pull request #69 2014-08-21 20:48:37 +09:00
Frank Razenberg
e2203986fd Provide Exception object in ErrorEventArgs if possible 2014-08-20 16:20:10 +02:00
sta
e3941f9517 Renamed SetHttpProxy to SetProxy 2014-08-07 19:43:14 +09:00
sta
22c58105b5 Modified some error messages 2014-08-06 21:42:23 +09:00
sta
ea2066cfcf Fix a few for SetHttpProxy method 2014-08-05 20:08:13 +09:00
sta
be43c9a343 Modified setClientStream method 2014-08-04 20:03:26 +09:00
sta
635d5372a1 Modified sendProxyConnectRequest method 2014-08-03 22:04:31 +09:00
sta
ae3dc7f7c8 Renamed writeBytes method to sendBytes method 2014-07-29 21:43:58 +09:00
sta
b27283390e Removed WebSocketStream.cs 2014-07-28 18:02:05 +09:00
sta
95cc941f1b Fix a few for WebSocket.cs 2014-07-27 17:43:15 +09:00
sta
5dc4703b33 Refactored WebSocketFrame.cs 2014-07-26 22:01:13 +09:00
sta
a0764d89ff Refactored WebSocketStream.cs 2014-07-24 15:02:42 +09:00
sta
f1162dd2fd Refactored WebSocket.cs 2014-07-23 14:14:04 +09:00