Commit Graph

73 Commits

Author SHA1 Message Date
sta
65696a126c [Delete] SslConfiguration.cs 2017-05-14 15:26:42 +09:00
sta
f852a19746 Refactored WebSocketServiceHost.cs, separated the WebSocketServiceHost<TBehavior> class into a new file 2015-08-19 15:47:57 +09:00
sta
c1dc05a256 Added HttpResponseHeader.cs 2014-12-07 10:05:09 +09:00
sta
10af3facc8 Added HttpRequestHeader.cs 2014-12-06 11:53:29 +09:00
sta
298ed9210e Renamed ListenerAsyncResult class to HttpListenerAsyncResult class 2014-11-15 15:13:51 +09:00
sta
06585e48b5 Added SslConfiguration class to be base of ClientSslConfiguration and ServerSslConfiguration classes 2014-11-08 15:57:47 +09:00
sta
214103b7e8 Renamed ServerSslAuthConfiguration class to ServerSslConfiguration class 2014-11-07 11:41:10 +09:00
sta
c1d20ec706 Renamed ClientSslAuthConfiguration class to ClientSslConfiguration class 2014-11-06 11:51:38 +09:00
Adrien JUND
88e224384f Add some xml doc comments to new classes.
Move your new classes under the WebSocketSharp.Net namespace.
And move ServerSslAuthConfiguration.cs to Net folder.
Stay ToolsVersion="3.5" in websocket-sharp.csproj
2014-10-29 11:57:34 +01: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
d156dffd55 Renamed the ListenerPrefix class to the HttpListenerPrefix class 2014-10-23 10:41:06 +09:00
sta
5109d88ebb Renamed the WebSocketService class to the WebSocketBehavior class 2014-09-06 17:50:10 +09:00
sta
b27283390e Removed WebSocketStream.cs 2014-07-28 18:02:05 +09:00
sta
e45e51e1ef Renamed HandshakeResponse.cs to HttpResponse.cs, and refactored 2014-07-15 16:39:38 +09:00
sta
4427838632 Renamed HandshakeRequest.cs to HttpRequest.cs, and refactored 2014-07-14 20:34:43 +09:00
sta
f75b8fde86 Renamed HandshakeBase.cs to HttpBase.cs 2014-07-14 16:27:37 +09:00
sta
d85dc01897 Added AuthenticationBase.cs 2014-06-30 20:22:23 +09:00
sta
5f0b36997b Moved AuthenticationResponse under the WebSocketSharp.Net namespace 2014-06-29 15:14:35 +09:00
sta
2ffa23f076 Moved AuthenticationChallenge under the WebSocketSharp.Net namespace 2014-06-28 15:25:14 +09:00
sta
c20f4804c7 Renamed WsFrame.cs to WebSocketFrame.cs 2014-06-12 19:59:27 +09:00
sta
93295d1eb4 Refactored HttpUtility.cs 2014-05-29 21:37:36 +09:00
sta
4be6ef8494 Renamed ChunkedInputStream.cs to ChunkedRequestStream.cs 2014-05-18 14:05:14 +09:00
sta
2a1f706051 Refactored ChunkStream.cs 2014-05-17 20:52:34 +09:00
sta
696cfd686d Refactored ChunkedInputStream.cs 2014-05-16 15:48:56 +09:00
sta
fdf413545e Renamed WsStream.cs to WebSocketStream.cs 2014-05-14 13:08:15 +09:00
sta
16f5c03b95 Refactored HttpConnection.cs 2014-04-27 14:42:03 +09:00
sta
ad0e1ff03e Removed AuthenticationSchemeSelector.cs 2014-04-24 21:07:38 +09:00
sta
6909489f4c Refactored CookieCollection.cs 2014-03-26 12:17:58 +09:00
sta
fefae5b72f Refactored CookieCollection.cs 2014-03-24 21:02:06 +09:00
sta
353e481f95 Renamed WebSocketServiceHostManager.cs to WebSocketServiceManager.cs 2014-02-13 16:09:16 +09:00
sta
537229902f Fix for HTTP Basic/Digest Authentication 2014-01-01 21:43:18 +09:00
sta
cbf73e9865 Modified WebSocketServer.cs and removed WebSocketServerBase.cs 2013-10-14 20:38:15 +09:00
sta
3488308b29 Modified WebSocketServiceHost.cs and moved WebSocketServiceHost<T> class to internal class family 2013-10-12 20:42:11 +09:00
sta
adcb5ec09c Fix for issue #20 2013-09-25 20:35:06 +09:00
sta
e3d5dea096 Renamed WebSocketServiceManager.cs to WebSocketSessionManager.cs, added IWebSocketSession.cs and modified WebSocketService.cs 2013-09-13 16:54:41 +09:00
sta
e0a7e74d0a Renamed WsState.cs to WebSocketState.cs 2013-09-05 17:46:57 +09:00
sta
9daaa33111 Renamed IServiceHost.cs to IWebSocketServiceHost.cs 2013-08-29 11:58:03 +09:00
sta
b3fa68d8ce Renamed ServiceHostManager.cs to WebSocketServiceHostManager.cs 2013-08-28 15:49:52 +09:00
sta
7deddda2f9 Renamed ResponseHandshake.cs to HandshakeResponse.cs 2013-08-03 17:46:06 +09:00
sta
7f61f6c491 Renamed RequestHandshake.cs to HandshakeRequest.cs 2013-08-03 17:08:15 +09:00
sta
3b009b852d Renamed Handshake.cs to HandshakeBase.cs 2013-08-03 14:56:00 +09:00
sta
cd7dfea62d Removed the configuration with an App.config file from the HttpServer class 2013-07-24 17:23:48 +09:00
sta
49dc8800d3 Added logging 2013-07-15 20:42:55 +09:00
sta
7499b6de74 Fix to support HTTP Auth as a WebSocket client 2013-06-10 17:49:44 +09:00
sta
e0846e1d84 Removed WsReceivedTooBigMessageException.cs. Added WebSocketException.cs 2013-05-01 16:53:06 +09:00
sta
b33b5e63ba Fix for the deflate frame 2013-04-23 18:08:42 +09:00
sta
01d97d02b6 Fix due to the modified WebHeaderCollection.cs 2013-03-19 19:45:50 +09:00
sta
f521779ed7 Renamed ResponseEventArgs.cs to HttpRequestEventArgs.cs, and modified Ext.cs, HttpServer.cs 2013-02-18 16:47:33 +09:00
sta
fcdf214fc0 Renamed SessionManager.cs to WebSocketServiceManager.cs 2013-02-02 23:44:06 +09:00