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 Initial changes to move to pipelines (#1424) 2018-02-09 17:45:21 -08:00
HttpConnectionDispatcherTests.cs Use protocol.abstractions primitives instead of socket abstractions (#1432) 2018-02-10 18:10:09 -08:00
LongPollingTests.cs Initial changes to move to pipelines (#1424) 2018-02-09 17:45:21 -08:00
MapEndPointTests.cs Use protocol.abstractions primitives instead of socket abstractions (#1432) 2018-02-10 18:10:09 -08:00
Microsoft.AspNetCore.Sockets.Tests.csproj
ServerSentEventsMessageFormatterTests.cs
ServerSentEventsTests.cs Initial changes to move to pipelines (#1424) 2018-02-09 17:45:21 -08:00
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