74 Commits (f1b7a6de0f15278a50e7ef1c59a710cd1a6756ec)

Author SHA1 Message Date
Julie f1b7a6de0f added stuff 5 years ago
sta 65696a126c [Delete] SslConfiguration.cs 9 years ago
sta f852a19746 Refactored WebSocketServiceHost.cs, separated the WebSocketServiceHost<TBehavior> class into a new file 10 years ago
sta c1dc05a256 Added HttpResponseHeader.cs 11 years ago
sta 10af3facc8 Added HttpRequestHeader.cs 11 years ago
sta 298ed9210e Renamed ListenerAsyncResult class to HttpListenerAsyncResult class 11 years ago
sta 06585e48b5 Added SslConfiguration class to be base of ClientSslConfiguration and ServerSslConfiguration classes 11 years ago
sta 214103b7e8 Renamed ServerSslAuthConfiguration class to ServerSslConfiguration class 11 years ago
sta c1d20ec706 Renamed ClientSslAuthConfiguration class to ClientSslConfiguration class 11 years ago
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
11 years ago
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
11 years ago
Adrien JUND cc0ab61eb9 Add SslStream Configuration for Client & Server 11 years ago
sta d156dffd55 Renamed the ListenerPrefix class to the HttpListenerPrefix class 11 years ago
sta 5109d88ebb Renamed the WebSocketService class to the WebSocketBehavior class 11 years ago
sta b27283390e Removed WebSocketStream.cs 12 years ago
sta e45e51e1ef Renamed HandshakeResponse.cs to HttpResponse.cs, and refactored 12 years ago
sta 4427838632 Renamed HandshakeRequest.cs to HttpRequest.cs, and refactored 12 years ago
sta f75b8fde86 Renamed HandshakeBase.cs to HttpBase.cs 12 years ago
sta d85dc01897 Added AuthenticationBase.cs 12 years ago
sta 5f0b36997b Moved AuthenticationResponse under the WebSocketSharp.Net namespace 12 years ago
sta 2ffa23f076 Moved AuthenticationChallenge under the WebSocketSharp.Net namespace 12 years ago
sta c20f4804c7 Renamed WsFrame.cs to WebSocketFrame.cs 12 years ago
sta 93295d1eb4 Refactored HttpUtility.cs 12 years ago
sta 4be6ef8494 Renamed ChunkedInputStream.cs to ChunkedRequestStream.cs 12 years ago
sta 2a1f706051 Refactored ChunkStream.cs 12 years ago
sta 696cfd686d Refactored ChunkedInputStream.cs 12 years ago
sta fdf413545e Renamed WsStream.cs to WebSocketStream.cs 12 years ago
sta 16f5c03b95 Refactored HttpConnection.cs 12 years ago
sta ad0e1ff03e Removed AuthenticationSchemeSelector.cs 12 years ago
sta 6909489f4c Refactored CookieCollection.cs 12 years ago
sta fefae5b72f Refactored CookieCollection.cs 12 years ago
sta 353e481f95 Renamed WebSocketServiceHostManager.cs to WebSocketServiceManager.cs 12 years ago
sta 537229902f Fix for HTTP Basic/Digest Authentication 12 years ago
sta cbf73e9865 Modified WebSocketServer.cs and removed WebSocketServerBase.cs 12 years ago
sta 3488308b29 Modified WebSocketServiceHost.cs and moved WebSocketServiceHost<T> class to internal class family 12 years ago
sta adcb5ec09c Fix for issue #20 12 years ago
sta e3d5dea096 Renamed WebSocketServiceManager.cs to WebSocketSessionManager.cs, added IWebSocketSession.cs and modified WebSocketService.cs 12 years ago
sta e0a7e74d0a Renamed WsState.cs to WebSocketState.cs 12 years ago
sta 9daaa33111 Renamed IServiceHost.cs to IWebSocketServiceHost.cs 12 years ago
sta b3fa68d8ce Renamed ServiceHostManager.cs to WebSocketServiceHostManager.cs 12 years ago
sta 7deddda2f9 Renamed ResponseHandshake.cs to HandshakeResponse.cs 13 years ago
sta 7f61f6c491 Renamed RequestHandshake.cs to HandshakeRequest.cs 13 years ago
sta 3b009b852d Renamed Handshake.cs to HandshakeBase.cs 13 years ago
sta cd7dfea62d Removed the configuration with an App.config file from the HttpServer class 13 years ago
sta 49dc8800d3 Added logging 13 years ago
sta 7499b6de74 Fix to support HTTP Auth as a WebSocket client 13 years ago
sta e0846e1d84 Removed WsReceivedTooBigMessageException.cs. Added WebSocketException.cs 13 years ago
sta b33b5e63ba Fix for the deflate frame 13 years ago
sta 01d97d02b6 Fix due to the modified WebHeaderCollection.cs 13 years ago
sta f521779ed7 Renamed ResponseEventArgs.cs to HttpRequestEventArgs.cs, and modified Ext.cs, HttpServer.cs 13 years ago