Commit Graph

138 Commits

Author SHA1 Message Date
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
a1373347c6 Fix for pull request #73, it's because 'The TcpListener.Stop method also closes the underlying Socket, and creates a new Socket for the TcpListener. If you set any properties on the underlying Socket prior to calling the Stop method, those properties will not carry over to the new Socket.' 2014-09-04 16:03:53 +09:00
sta
bc4cb2033d Modified a few in WebSocketServiceHost.cs 2014-09-03 21:43:42 +09:00
sta
a6128fc473 Refactored HttpRequestEventArgs.cs 2014-09-03 14:57:25 +09:00
sta
faaa2e1939 Modified some error messages in Ext.cs and WebSocketServer.cs 2014-09-02 13:58:40 +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
1a1b109508 Refactored WebSocketServiceHost.cs 2014-08-30 11:58:16 +09:00
sta
83869d6750 Refactored WebSocketServer.cs 2014-08-29 19:49:04 +09:00
sta
532b818e2e Fix a few for pull request #73 2014-08-28 12:06:21 +09:00
Jonas Hovgaard
ab9eddb396 Moved ReuseAddress from method to property. 2014-08-26 14:40:36 +02:00
Jonas Hovgaard
e0e21a9e6c Added SetReuseAddress() method to WebSocketServer 2014-08-25 21:03:08 +02:00
sta
e7aa1a469d Refactored Ext.cs 2014-08-19 14:14:59 +09:00
sta
7cb6499c3a Refactored TcpListenerWebSocketContext.cs 2014-07-20 22:04:44 +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
091b45c8b0 Fix a few for TcpListenerWebSocketContext.cs 2014-05-10 17:20:37 +09:00
sta
470a254a19 Fix a few for Protocol properties 2014-05-07 15:42:14 +09:00
sta
85e567bd72 Modified AcceptWebSocket method with subprotocol 2014-05-06 15:24:54 +09:00
sta
6f5709472d Added checking for not reusing a session 2014-04-03 17:51:47 +09:00
sta
e233e3def3 Modified some xml doc comments 2014-03-10 17:06:14 +09:00
sta
fd57782d69 Modified some xml doc comments 2014-03-09 17:03:13 +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
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
46fc6f927f Modified ByteOrder enum values to PascalCase values 2014-02-28 17:17:44 +09:00
sta
2e853fca63 Fix a few 2014-02-27 20:57:17 +09:00
sta
291397a738 Modified ServerState enum values to PascalCase values 2014-02-27 20:31:47 +09:00
sta
1548112965 Refactored WebSocketServiceManager.cs, WebSocketSessionManager.cs 2014-02-20 16:34:28 +09:00
sta
348aff642d Refactored IWebSocketSession.cs, WebSocketService.cs 2014-02-19 16:21:38 +09:00
sta
b0bcdf33c4 Refactored WebSocketServiceHost.cs 2014-02-17 17:14:34 +09:00
sta
9ee09919b1 Refactored HttpServer.cs, WebSocketServer.cs 2014-02-16 17:23:51 +09:00
sta
a96a6f2226 Refactored WebSocketServer.cs 2014-02-14 15:10:59 +09:00
sta
353e481f95 Renamed WebSocketServiceHostManager.cs to WebSocketServiceManager.cs 2014-02-13 16:09:16 +09:00
sta
d07265dd8e Refactored WebSocketServiceHostManager.cs 2014-02-13 14:38:13 +09:00
sta
f69977a2fe Refactored WebSocketSessionManager.cs 2014-02-12 16:13:50 +09:00
sta
9c65578a0b Fix a few 2014-02-09 14:45:45 +09:00
sta
515cf0cfcf Fix a few 2014-02-08 17:05:24 +09:00
sta
d98b041c1e Fix a few 2014-02-07 19:47:00 +09:00
sta
253f8f7ddc Fix for subprotocols for server 2014-02-07 16:47:59 +09:00
sta
7a42c60578 Refactored HttpServer.cs, WebSocketServer.cs 2014-02-04 16:15:37 +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
sta
81993cbd97 Modified Ping 2014-01-30 17:13:03 +09:00