sta
bc794a6b6b
[Modify] Polish it
2015-11-22 16:02:57 +09:00
sta
989ab295dc
[Modify] Polish it
2015-11-04 15:12:28 +09:00
sta
5db923d6bd
[Modify] Polish it
2015-10-31 15:22:38 +09:00
sta
30a62b479d
[Modify] Polish it
...
Remove releasing resources from the closeHandshake method.
2015-10-19 15:01:46 +09:00
sta
0b748281e4
[Modify] Polish it
...
Add a method to release common resources.
2015-10-18 17:40:33 +09:00
sta
1f40f8e566
[Modify] Polish it
...
More clearly received or not.
2015-10-17 15:31:00 +09:00
sta
1d645fe8f0
[Modify] Polish it
2015-10-15 15:49:08 +09:00
sta
16e5111996
[Modify] Polish it
2015-10-13 14:56:57 +09:00
sta
a22bdb9efb
[Modify] Polish it
2015-10-12 15:16:44 +09:00
sta
6fdef3c7f2
[Modify] Add the static constructor
2015-10-11 14:44:59 +09:00
sta
ee177afb7c
[Modify] Rename it
2015-10-07 11:08:34 +09:00
sta
d0cb458550
[Modify] Rename it
2015-10-04 15:36:11 +09:00
sta
e02b553739
[Modify] Rename it to ToArray
2015-10-02 11:32:36 +09:00
sta
4654252a22
[Modify] Polish it
2015-09-28 15:38:31 +09:00
sta
b1e77df0b6
Refactored a few for WebSocket.cs
2015-09-05 14:41:56 +09:00
sta
de8f4caffa
Removed the checkIfAvailable (bool, bool) method
2015-09-04 11:35:50 +09:00
sta
d07e9cb5e9
Removed the checkIfCanAccept method
2015-09-02 17:30:01 +09:00
sta
1d403af6bf
Removed the checkIfCanConnect method
2015-09-01 17:04:43 +09:00
sta
3ba410bc2e
Added checkIfAvailable (bool, bool, bool, bool, bool, bool) method
2015-08-31 17:10:35 +09:00
sta
72302fba97
Refactored a bit for WebSocket.cs
2015-08-30 17:53:12 +09:00
sta
0cddc67001
Initialize the continuation flag when closing
2015-08-25 10:04:11 +09:00
sta
9ff19e6ecd
Added the internal WebSocket.EmptyBytes field
2015-08-24 16:03:50 +09:00
sta
cd886d32df
Added the Ext.UTF8Encode method
2015-08-23 16:31:18 +09:00
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
009ca2d701
Refactored a few for WebSocket.cs
2015-08-18 12:36:53 +09:00
sta
d949a64f26
Refactored a few for WebSocket.cs
2015-08-17 17:00:29 +09:00
sta
b0048a213a
Refactored a few for WebSocket.cs
2015-08-16 17:26:22 +09:00
sta
18776d1a22
Added the internal Ext.CheckIfAvailable (WebSocketState, bool, bool, bool, bool) method
2015-08-15 16:28:46 +09:00
sta
7bd0fb87f2
Added the internal Ext.CheckIfCanSend (WebSocketState) method
2015-08-11 11:12:23 +09:00
sta
dce49c037f
Added the internal Ext.CheckIfCanClose (WebSocketState) method
2015-08-10 15:53:09 +09:00
sta
f780f536e2
Refactored a few for WebSocket.cs
2015-08-09 11:27:42 +09:00
sta
5ceb4c4311
Modified a few for the WebSocket.Connect and ConnectAsync methods
2015-08-08 15:39:31 +09:00
sta
8efe37eb2f
Added the public WebSocket.Accept and AcceptAsync methods
2015-08-07 17:27:04 +09:00
sta
745da21631
Added accept method
2015-08-06 17:15:02 +09:00
sta
776fee9170
Refactored a few for WebSocket.cs
2015-08-05 16:37:53 +09:00
sta
586a6202a2
Fix for pull request #146
2015-08-04 15:50:36 +09:00
sta
58a4f02bda
Fix for pull request #113
2015-07-26 17:25:08 +09:00
sta
0be4389d97
Replaced the processFragmentedFrame method with the processFragmentedFrame2 method, and renamed
2015-07-23 16:39:06 +09:00
sta
82077d321c
Added processFragmentedFrame2 method, to replace the processFragmentedFrame method with this
2015-07-22 16:57:45 +09:00
sta
d3410a3ac4
Refactored a few for WebSocket.cs
2015-07-02 17:54:16 +09:00
sta
dbe7e0b17c
Refactored a bit for WebSocket.cs
2015-07-01 01:35: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
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
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
sta
96f4cef21f
Refactored WebSocket.cs
2014-07-22 15:36:59 +09:00
sta
cff0253b9d
Refactored WebSocket.cs
2014-07-21 22:07:42 +09:00
sta
1ef05fe0c3
Enable to connect through the HTTP Proxy server
2014-07-19 21:23:31 +09:00
sta
0c9179be03
Refactored WebSocket.cs
2014-07-18 17:57:03 +09:00
sta
a18993f2be
Refactored WebSocket.cs
2014-07-17 21:44:10 +09:00
sta
e7c9b19bf0
Modified WebSocketStream.cs to connect through proxy
2014-07-16 22:23:41 +09:00
sta
e45e51e1ef
Renamed HandshakeResponse.cs to HttpResponse.cs, and refactored
2014-07-15 16:39:38 +09:00
sta
4427838632
Renamed HandshakeRequest.cs to HttpRequest.cs, and refactored
2014-07-14 20:34:43 +09:00
sta
ce39129b87
Refactored AuthenticationChallenge.cs and AuthenticationResponse.cs
2014-06-27 21:12:55 +09:00
sta
c20f4804c7
Renamed WsFrame.cs to WebSocketFrame.cs
2014-06-12 19:59:27 +09:00
sta
331d840775
Fix for request url
2014-05-28 14:20:46 +09:00
sta
de88dc3b15
Fix a few for WebSocket.cs
2014-05-21 13:57:54 +09:00
sta
5bd88ee1a3
Fix a few for WebSocket.cs
2014-05-20 14:26:53 +09:00
sta
22778052f3
Fix for issue #43
2014-05-19 00:26:29 +09:00
sta
be85033f8a
Fix for issue #45
2014-05-15 16:24:44 +09:00
sta
fdf413545e
Renamed WsStream.cs to WebSocketStream.cs
2014-05-14 13:08:15 +09:00
sta
85e567bd72
Modified AcceptWebSocket method with subprotocol
2014-05-06 15:24:54 +09:00
sta
12b4af3628
Fix a few for WebSocket.cs
2014-04-15 19:39:06 +09:00
sta
e661827d09
Fix for issue #34
2014-03-26 15:23:39 +09:00
sta
6eead5d317
Fix for issue #34
2014-03-23 17:05:02 +09:00
sta
1c1666adad
Modified WebSocket.Dispose method to as IDisposable.Dispose method
2014-03-18 03:25:03 +09:00
sta
048627b4f9
Modified cookies validation, and added origin header validation
2014-03-07 21:15:55 +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
e594696a38
Modified CompressionMethod enum values to PascalCase values
2014-03-04 17:02:41 +09:00
sta
bb8d4c25ba
Modified LogLevel enum values to PascalCase values
2014-03-02 22:15:41 +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
4a1919e0fb
Modified Fin enum values to PascalCase values
2014-03-01 15:00:51 +09:00
sta
2a8a9ca061
Refactored WebSocket.cs
2014-02-24 19:59:46 +09:00
sta
673d7225bd
Refactored WebSocket.cs
2014-02-24 16:43:00 +09:00
sta
35b1eef124
Fix for issue #30
2014-02-15 17:43:17 +09:00
sta
488c25642c
Fix for issue #30
2014-02-15 04:54:36 +09:00
sta
8448f0a30b
Fix for issue #30
2014-02-14 20:46:55 +09:00
sta
7e319e8c87
Fix a few
2014-02-11 14:33:21 +09:00
sta
5b9d219938
Fix for extensions for server
2014-02-10 17:17:57 +09:00
sta
685c4067a1
Fix for extensions for client
2014-02-09 17:02:13 +09:00
sta
253f8f7ddc
Fix for subprotocols for server
2014-02-07 16:47:59 +09:00
sta
7e6b82306c
Fix for subprotocols for client
2014-02-06 13:50:27 +09:00
sta
31c3ece37f
Modified checking if can send
2014-02-02 16:28:20 +09:00
sta
31463022ee
Modified closing
2014-01-31 21:36:20 +09:00
sta
4e420c6bc3
Fix a few
2014-01-30 17:22:55 +09:00
sta
fa857e406c
Fix a few
2014-01-30 17:19:11 +09:00
sta
81993cbd97
Modified Ping
2014-01-30 17:13:03 +09:00