Commit Graph

222 Commits

Author SHA1 Message Date
sta
6e6bab85af [Modify] Polish it 2015-09-16 14:39:58 +09:00
sta
2937598db9 [Modify] Polish it 2015-09-16 11:10:10 +09:00
sta
58734d7ba6 [Modify] Remove older 2015-09-15 15:43:53 +09:00
sta
bee39e08a9 [Modify] Polish it 2015-09-15 15:27:03 +09:00
sta
a749a67838 [Modify] Polish it 2015-09-14 12:07:37 +09:00
sta
2b984221fd [Modify] Polish it 2015-09-13 14:27:13 +09:00
sta
69c99b8765 [Modify] Polish it 2015-09-12 14:35:45 +09:00
sta
f518dd717c [Modify] Polish it 2015-09-11 15:38:50 +09:00
sta
4d5add5e8d [Modify] Add ReadBytesAsync2 method
Add ReadBytesAsync2 (Stream, long, int, Action<byte[]>, Action<Exception>) method to support pull request #153
2015-09-10 14:20:04 +09:00
sta
577ea14ffd [Modify] Add ReadBytesAsync2 method
Merge a part of pull request #153 from fd5fc9a5fc.
2015-09-09 11:22:29 +09:00
sta
c6243a14d9 [Modify] Add null check 2015-09-08 11:03:40 +09:00
sta
10af5c7320 [Modify] Add null check 2015-09-08 10:52:57 +09:00
sta
ceb831b18f [Modify] Add readBytesAsync method
Merge a part of pull request #153 from fd5fc9a5fc.
2015-09-07 21:51:49 +09:00
sta
75412101d8 [Modify] Output a state in lowercase 2015-09-06 15:52:32 +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
f8f68e49b0 Added the Ext.UTF8Decode method 2015-08-22 11:50:19 +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
18776d1a22 Added the internal Ext.CheckIfAvailable (WebSocketState, bool, bool, bool, bool) method 2015-08-15 16:28:46 +09:00
sta
999e777517 Added the internal Ext.CheckIfAvailable (ServerState, bool, bool, bool) method 2015-08-14 16:05:00 +09:00
sta
80a0107bab Added the internal Ext.CheckIfCanStop (ServerState) method 2015-08-13 11:41:38 +09:00
sta
46eae139e2 Added the internal Ext.CheckIfCanStart (ServerState) method 2015-08-12 17:24:53 +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
745da21631 Added accept method 2015-08-06 17:15:02 +09:00
sta
624b20afa8 Refactored a few for Ext.cs 2015-07-18 14:55:04 +09:00
sta
3c0fa929a1 Refactored a few for Ext.cs 2015-07-11 16:29:09 +09:00
sta
2078bfad5a Fix for pull request #133, allow port 443 with non secure scheme, and allow port 80 with secure scheme 2015-06-30 15:43:00 +09:00
sta
85dc704cc6 Refactored a few for Ext.cs 2015-06-28 16:59:39 +09:00
sta
0516da098c Fix for pull request #115, added null check for IPAddress parameter in the WebSocketServer (System.Net.IPAddress, int, bool) constructor 2015-06-24 18:06:32 +09:00
sta
66173be9cb Refactored a few for Ext.cs 2015-05-29 17:49:08 +09:00
sta
3c8b8210ac Refactored a few for Ext.cs 2015-05-28 20:03:43 +09:00
sta
f947beb12f Refactored a few for Ext.cs 2015-05-27 21:01:44 +09:00
sta
d2ad08d88a Added internal EmptyByteArray field 2015-05-19 15:42:51 +09:00
sta
d0dc29d05d Fix for issue #120, add 0x00 for 'BFINAL Set to 1' 2015-05-07 15:50:15 +09:00
sta
dee36926ae Added the WebSocket.CheckPingParameter method, and removed the Ext.CheckIfValidControlData method 2015-05-05 15:21:28 +09:00
sta
353abd0d03 Removed the Ext.IsNoStatus methods 2015-05-03 14:49:39 +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
39bdc15f3f Removed the IsCompressionExtension (this string) method 2015-03-28 23:29:00 +09:00
sta
940cb093a1 Added IsCompressionExtension (this string, CompressionMethod) method 2015-03-19 15:41:45 +09:00
sta
ec45f6a7b6 Replaced the ToExtensionString method with ToExtensionString (this CompressionMethod, params string[]) method 2015-03-18 17:02:38 +09:00
sta
9568b0c603 Modified a bit for Ext.cs, into the year 2015 2015-02-01 16:10:11 +09:00
sta
766f2915f5 Modified a few for the description of Ext.cs 2015-01-31 16:49:20 +09:00
sta
bef64963be Modified a bit for the CheckIfValidControlData method 2015-01-30 11:51:18 +09:00
sta
91adf42611 Removed the IsSendable methods 2015-01-29 15:50:13 +09:00
sta
1bb7775a7e Added the CheckIfValidCloseParameters (CloseStatusCode, string) method 2015-01-25 17:51:09 +09:00
sta
2c8ca0a491 Added the CheckIfValidCloseParameters (ushort, string) method 2015-01-24 15:45:04 +09:00
sta
85d77399cc Added the IsSendable (CloseStatusCode) method 2015-01-23 16:31:26 +09:00
sta
a74f109649 Added the IsNoStatusCode (CloseStatusCode) method 2015-01-22 16:18:50 +09:00
sta
fa936b1743 Added the IsSendable (ushort) method 2015-01-21 16:45:54 +09:00
sta
9a06b646d7 Added the IsNoStatusCode (ushort) method 2015-01-20 17:57:09 +09:00
sta
47931c9a42 Removed checking if an empty string from the Ext.TryCreateWebSocketUri method 2014-12-21 15:28:48 +09:00
sta
477ef2277e Removed throwing the exception in from Ext.EqualsWith method 2014-11-30 15:29:11 +09:00
sta
214103b7e8 Renamed ServerSslAuthConfiguration class to ServerSslConfiguration class 2014-11-07 11:41:10 +09:00
sta
e3e8fafaa6 Fix for issue #86, added ClientCertificateValidationCallback property to ServerSslAuthConfiguration class, and refactored 2014-11-06 11:16:15 +09:00
sta
912b1f0d62 Fix for pull request #85 2014-10-30 19:09:12 +09:00
sta
956f16a162 Merge pull request #85 from Liryna/master
Add SslStream Configuration for Client & Server
2014-10-30 14:02:45 +09:00
sta
6822fdce36 Refactored WebHeaderCollection.cs 2014-10-29 14:41:30 +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
72867a26da Fix for issue #84 2014-10-26 13:22:33 +09:00
sta
f60f16f70f Fix for issue #84 2014-10-25 11:56:28 +09:00
sta
2a3a62ec82 Fix for issue #84 2014-10-24 11:53:24 +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
0d5d6d2b4c Modified to check if valid frame was received 2014-09-17 14:50:22 +09:00
sta
dd25d1d0a4 Refactored PayloadData.cs 2014-09-15 14:39:14 +09:00
sta
faaa2e1939 Modified some error messages in Ext.cs and WebSocketServer.cs 2014-09-02 13:58:40 +09:00
sta
e7aa1a469d Refactored Ext.cs 2014-08-19 14:14:59 +09:00
sta
d3027834ca Modified Unquote method 2014-08-15 14:53:27 +09:00
sta
0a742f2e91 Refactored Ext.cs 2014-08-12 21:48:48 +09:00
sta
decddde20a Refactored Ext.cs 2014-08-11 21:45:18 +09:00
sta
aedefc1391 Added GetValue (this string, string, bool) method 2014-08-10 21:49:42 +09:00
sta
ce39129b87 Refactored AuthenticationChallenge.cs and AuthenticationResponse.cs 2014-06-27 21:12:55 +09:00
sta
df4b23807e Renamed Params to Parameters 2014-06-26 15:38:06 +09:00
sta
2b42af79c0 Renamed ParseBasicAuthResponseParams to ParseBasicCredentials 2014-06-25 10:31:15 +09:00
sta
5ab0abac8f Refactored AuthenticationResponse.cs 2014-06-22 22:24:51 +09:00
sta
7ed991d72e Refactored AuthenticationChallenge.cs 2014-06-21 21:28:08 +09:00
sta
be1470a32e Fix for issue #47, and refactored HttpListenerRequest.cs 2014-05-21 11:05:58 +09:00
sta
091b45c8b0 Fix a few for TcpListenerWebSocketContext.cs 2014-05-10 17:20:37 +09:00
sta
85e567bd72 Modified AcceptWebSocket method with subprotocol 2014-05-06 15:24:54 +09:00
sta
5e19c5cb1a Refactored WebHeaderCollection.cs 2014-04-20 17:21:38 +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
eb36dd9e82 Modified CloseStatusCode enum values to PascalCase values 2014-03-01 17:32:06 +09:00
sta
46fc6f927f Modified ByteOrder enum values to PascalCase values 2014-02-28 17:17:44 +09:00
sta
291397a738 Modified ServerState enum values to PascalCase values 2014-02-27 20:31:47 +09:00
sta
2a8a9ca061 Refactored WebSocket.cs 2014-02-24 19:59:46 +09:00
sta
78261ff71c Refactored Ext.cs 2014-02-21 16:46:16 +09:00
sta
1548112965 Refactored WebSocketServiceManager.cs, WebSocketSessionManager.cs 2014-02-20 16:34:28 +09:00
sta
5b9d219938 Fix for extensions for server 2014-02-10 17:17:57 +09:00
sta
d98b041c1e Fix a few 2014-02-07 19:47:00 +09:00
sta
7e6b82306c Fix for subprotocols for client 2014-02-06 13:50:27 +09:00
sta
2fe44b9279 Refactored HttpServer.cs, WebSocketServer.cs 2014-02-03 16:56:37 +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