Commit Graph

103 Commits

Author SHA1 Message Date
sta
dba7a26540 [Modify] Edit it 2016-09-04 17:42:13 +09:00
sta
abee6131cb [Modify] Replace it 2016-09-03 16:37:21 +09:00
sta
5f5053a655 [Modify] Add it 2016-09-03 16:29:40 +09:00
sta
a44139c59a [Modify] Polish it 2016-05-30 15:09:53 +09:00
sta
91d12041a8 [Fix] Use Host if IPv6 address hostname
Fix for a part of pull request #264.
2016-05-30 15:02:46 +09:00
sta
5885971f90 [Fix] Bracket it if IPv6 address
Fix for a part of pull request #264.
2016-05-27 16:11:34 +09:00
sta
acd56acae3 [Modify] Polish it 2016-05-20 15:47:15 +09:00
sta
bb9dcb9bbc [Modify] 2016 2016-04-24 16:15:37 +09:00
sta
4186bf72d6 [Modify] Polish it 2016-04-24 16:13:55 +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
8cd2248b2b Refactored a few for HttpServer.cs 2015-07-19 15:24:46 +09:00
sta
9360a6d99a Fix for pull request #115, added the HttpServer (string) constructor 2015-07-16 17:37:53 +09:00
sta
d2dc6ff959 Fix for pull request #115, added the Address property to the HttpServer class 2015-07-12 16:56:02 +09:00
sta
34de5b9ca4 Refactored a few for HttpServer.cs 2015-07-09 15:13:53 +09:00
sta
d4fc8da7a8 Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int) constructor 2015-07-08 15:00:38 +09:00
sta
c10c9886ef Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int, bool) constructor 2015-07-07 17:31:33 +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
cb8d1e75f6 Refactored a few for HttpServer.cs 2015-06-29 16:20:00 +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
828e117190 Replaced the AcceptWebSocket (string, Logger) method with the AcceptWebSocket (string) method 2015-02-05 17:31:33 +09:00
sta
a1da1a8ada Added Log property to the HttpListener class 2015-02-04 17:32:34 +09:00
sta
5c64c3c90e Modified the HttpServer class, fix for 'No Status Code' for the stop 2015-01-28 14:58:22 +09:00
sta
22c1e8e3ad Modified a bit for HttpServer.cs, into the new year 2015 2015-01-28 14:13:56 +09:00
sta
16a3bfa1b9 Refactored HttpServer.cs 2014-11-25 12:30:18 +09:00
sta
9c79e28f22 Modified HTTP auth for HttpListener class 2014-11-14 15:49:14 +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
689cc28532 Fix for pull request #85, renamed DefaultSslConfiguration property to SslConfiguration property 2014-10-31 20:40:01 +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
7a8967bdcd Added the ReuseAddress property to the HttpServer class (Associated with pull request #73) 2014-10-20 16:00:57 +09:00
sta
6ff6b0485f Can only set the KeepClean property before the start 2014-09-30 14:28:59 +09:00
sta
e21e35c768 Fix for issue #76, added the WaitTime property to the HttpServer class 2014-09-28 13:53:54 +09:00
sta
14914787a6 Added internal 'wait time' for the ping and close 2014-09-23 15:45:40 +09:00
sta
56acccdda1 Refactored CloseEventArgs.cs 2014-09-21 17:33:07 +09:00
sta
e84caebfa8 Refactored WebSocketServiceManager.cs 2014-09-18 20:52:38 +09:00
sta
5109d88ebb Renamed the WebSocketService class to the WebSocketBehavior class 2014-09-06 17:50:10 +09:00
sta
73bfd1dbab Refactored HttpServer.cs and WebSocketServer.cs 2014-09-05 15:46:49 +09:00
sta
d9528ffe75 Refactored HttpServer.cs and WebSocketServer.cs 2014-09-01 14:27:04 +09:00
sta
e15cc63036 Refactored HttpServer.cs 2014-08-31 14:44:10 +09:00
sta
e7aa1a469d Refactored Ext.cs 2014-08-19 14:14:59 +09:00
sta
ce39129b87 Refactored AuthenticationChallenge.cs and AuthenticationResponse.cs 2014-06-27 21:12:55 +09:00
sta
331d840775 Fix for request url 2014-05-28 14:20:46 +09:00
sta
85e567bd72 Modified AcceptWebSocket method with subprotocol 2014-05-06 15:24:54 +09:00