Commit Graph

615 Commits

Author SHA1 Message Date
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
sta
3f7e2ab69f Merge pull request #73 from jhovgaard/master
Added ReuseAddress property to WebSocketServer
2014-08-28 11:36:24 +09:00
sta
0144984b6f Fix for issue #72 2014-08-27 14:30:32 +09:00
Jonas Hovgaard
ab9eddb396 Moved ReuseAddress from method to property. 2014-08-26 14:40:36 +02:00
sta
e03bdeeb19 Fix for pull request #57 - Removed checkDisposed from property getters 2014-08-26 19:53:48 +09:00
Jonas Hovgaard
e0e21a9e6c Added SetReuseAddress() method to WebSocketServer 2014-08-25 21:03:08 +02:00
sta
11b26040b8 Modified 'WebSocket.OnError Event' 2014-08-25 14:45:00 +09:00
sta
88747db6fa Modified 'WebSocket.OnMessage Event' 2014-08-25 14:03:12 +09:00
sta
7eb4e2ec61 Refactored MessageEventArgs.cs 2014-08-24 16:01:29 +09:00
sta
4e50200dcc Modified some xml doc comments in CloseEventArgs.cs 2014-08-23 17:17:53 +09:00
sta
8989cb8c49 Modified some xml doc comments in ErrorEventArgs.cs 2014-08-22 22:01:18 +09:00
sta
e41e627ebc Fix a few for pull request #69 2014-08-21 20:48:37 +09:00
sta
8b2ff1012a Merge pull request #69 from zzattack/master
Propagate exception object when error occurs
2014-08-21 20:03:43 +09:00
Frank Razenberg
9a8a018e65 Add <.NET 4 compatible constructor and xml doc entry to ErrorEventArgs 2014-08-21 09:26:47 +02:00
sta
9f813eed51 Refactored HttpListenerResponse.cs 2014-08-21 12:35:36 +09:00
Frank Razenberg
05f8db95b6 Fix whitespace 2014-08-20 16:23:01 +02:00
Frank Razenberg
e2203986fd Provide Exception object in ErrorEventArgs if possible 2014-08-20 16:20:10 +02:00
sta
d942e75419 Refactored HttpListenerResponse.cs 2014-08-20 23:19:29 +09:00
sta
e7aa1a469d Refactored Ext.cs 2014-08-19 14:14:59 +09:00
sta
2355d88a21 Refactored HttpUtility.cs 2014-08-18 14:46:16 +09:00
sta
ca7916a8d8 Refactored HttpUtility.cs 2014-08-17 22:45:43 +09:00
sta
3854f218b4 Added GetEncoding method 2014-08-16 16:30:22 +09:00
sta
d3027834ca Modified Unquote method 2014-08-15 14:53:27 +09:00
sta
11298565a4 Refactored CookieCollection.cs 2014-08-14 22:43:09 +09:00
sta
c8bd8e9522 Refactored Cookie.cs 2014-08-13 22:54:31 +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
034e245272 Refactored HttpListenerRequest.cs 2014-08-09 21:08:33 +09:00
sta
c1dd8d659e Refactored Logger.cs 2014-08-08 20:57:09 +09: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
62801f0a8e Fix a few for README.md 2014-08-02 11:47:24 +09:00
sta
4406ce7ff9 Added 'Connecting through the HTTP Proxy server' 2014-08-02 11:33:39 +09:00
sta
8103a754bb Modified for quoted string 2014-08-01 20:58:46 +09:00
sta
b840ac0eb9 Fix for issue #61 2014-07-31 21:16:28 +09:00
sta
14aa5932bc Refactored LogData.cs 2014-07-30 21:20:56 +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