Commit Graph

831 Commits

Author SHA1 Message Date
sta
79f68de372 Modified 'Per-message Compression' 2015-03-25 17:43:27 +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
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
39636b4b30 Moved the authenticate method to the HttpListener class, as Authenticate (HttpListenerContext) method 2015-03-17 14:48:51 +09:00
sta
913c47b70c Replaced the authenticate method with authenticate (HttpListenerContext, HttpListener) method 2015-03-16 14:37:24 +09:00
sta
f627efd8df Modified a bit for HttpListenerAsyncResult.cs, into the year 2015 2015-03-15 15:12:05 +09:00
sta
b1cf09929f Modified a bit for the description of HttpListenerAsyncResult.cs 2015-03-14 17:50:16 +09:00
sta
7364805b9e Refactored a few for HttpListenerAsyncResult.cs 2015-03-13 17:51:17 +09:00
sta
bd70e0b11c Modified a bit for HttpListenerResponse.cs, into the year 2015 2015-03-12 14:59:39 +09:00
sta
ca7a0c1ef2 Modified a bit for the description of HttpListenerResponse.cs 2015-03-11 17:05:55 +09:00
sta
78fd24040b Refactored a few for HttpListenerResponse.cs 2015-03-10 17:04:32 +09:00
sta
f99c31a7e0 Refactored a bit for HttpListenerRequest.cs 2015-03-09 15:19:18 +09:00
sta
4d9d5858d8 Modified a bit for HttpListenerRequest.cs, into the year 2015 2015-03-08 15:23:33 +09:00
sta
eb765953ca Modified a bit for the description of HttpListenerRequest.cs 2015-03-07 16:58:05 +09:00
sta
f8758c61e6 Refactored a few for HttpListenerRequest.cs 2015-03-06 17:50:12 +09:00
sta
236846a7c3 Refactored a few for HttpListenerPrefix.cs 2015-03-05 17:00:11 +09:00
sta
7d678fec4c Modified a bit for HttpListenerPrefixCollection.cs, into the year 2015 2015-03-04 14:43:09 +09:00
sta
c1fa217fe6 Modified a bit for the description of HttpListenerPrefixCollection.cs 2015-03-03 16:43:09 +09:00
sta
fa1a572453 Refactored a few for HttpListenerPrefixCollection.cs 2015-03-02 16:48:16 +09:00
sta
1118674782 Modified a bit for HttpListenerPrefix.cs, into the year 2015 2015-03-01 16:18:34 +09:00
sta
a8429f7567 Modified a bit for the description of HttpListenerPrefix.cs 2015-02-28 16:37:39 +09:00
sta
5beec5da30 Refactored a few for EndPointManager.cs 2015-02-27 16:41:57 +09:00
sta
cd10c21112 Modified a few for EndPointManager.cs 2015-02-26 17:36:07 +09:00
sta
47e859f57f Modified a few for EndPointListener.cs 2015-02-25 17:24:10 +09:00
sta
328fd5d43d Replaced the RemoveEndPoint (IPEndPoint, EndPointListener) method with the RemoveEndPoint (EndPointListener) method 2015-02-24 16:56:58 +09:00
sta
9ca8c54e8f Added Address and Port properties 2015-02-23 15:49:49 +09:00
sta
160aa923c2 Refactored a few for EndPointManager.cs 2015-02-22 16:41:41 +09:00
sta
d3b45eb6ec Modified a bit for EndPointManager.cs, into the year 2015 2015-02-21 15:25:45 +09:00
sta
2aebe89e2d Modified a bit for the description of EndPointManager.cs 2015-02-20 16:44:20 +09:00
sta
8c9898366b Removed the getEndPointListener (IPAddress, int, bool, HttpListener) method from the EndPointManager class 2015-02-19 16:33:36 +09:00
sta
196a316141 Modified a few for EndPointManager.cs 2015-02-18 17:16:42 +09:00
sta
168c550370 Fix for issue #103, replaced the getEndPointListener (IPAddress, int, bool, HttpListener) method with the getEndPointListener (string, int, HttpListener, bool) method, to be same as the latest Mono 2015-02-17 17:32:31 +09:00
sta
d8df50efef Added getEndPointListener (string, int, HttpListener, bool) method to the EndPointManager class 2015-02-16 16:41:58 +09:00
sta
78a3bdc1b7 Modified a bit for CloseStatusCode.cs, into the year 2015 2015-02-15 18:10:22 +09:00
sta
bd3eba02cf Modified a bit for Opcode.cs, into the year 2015 2015-02-14 16:36:17 +09:00
sta
1cb5b3079d Changed the access level of the Log property to the public 2015-02-13 16:02:26 +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
14c419fc17 Modified a bit for TcpListenerWebSocketContext.cs, into the year 2015 2015-02-10 18:10:06 +09:00
sta
01770d043d Replaced the HttpListenerWebSocketContext (HttpListenerContext, string, Logger) constructor with the HttpListenerWebSocketContext (HttpListenerContext, string) constructor 2015-02-09 17:41:47 +09:00
sta
4bcd400635 Modified a bit for HttpListenerWebSocketContext.cs, into the year 2015 2015-02-08 15:19:02 +09:00
sta
9df983b9d5 Modified a bit for HttpListenerContext.cs, into the year 2015 2015-02-07 17:01:47 +09:00
sta
9c43fcb039 Modified a bit for the description of HttpListenerContext.cs 2015-02-06 17:33:03 +09:00
sta
828e117190 Replaced the AcceptWebSocket (string, Logger) method with the AcceptWebSocket (string) method 2015-02-05 17:31:33 +09:00