aspnetcore/test/Microsoft.AspNetCore.Socket...
David Fowler 32baa655b9
Do over the websocket transport (#1481)
* Do over the websocket transport
- Unify client and server logic (no code sharing yet)
- Removed use of cancellation tokens to communicate shutdown and instead used the pipe reader and socket abort.
- Added CloseTimeout to HttpOptions
2018-02-22 15:19:25 -08:00
..
ApplicationLifetime.cs
ConnectionManagerTests.cs
HttpConnectionDispatcherTests.cs
LongPollingTests.cs
MapEndPointTests.cs
Microsoft.AspNetCore.Sockets.Tests.csproj
ServerSentEventsMessageFormatterTests.cs
ServerSentEventsTests.cs
TestWebSocketConnectionFeature.cs Do over the websocket transport (#1481) 2018-02-22 15:19:25 -08:00
WebSocketsTests.cs Do over the websocket transport (#1481) 2018-02-22 15:19:25 -08:00