aspnetcore/test/Kestrel.Transport.Libuv.Tests
David Fowler abdcb47b8f
Renames from API review (#2413)
* Renames from API review
- Rename Microsoft.AspNetCore.Protocols.Abstractions to Microsoft.AspNetCore.Connections.Abstractions.
- Renamed IConnectionHandler to IConnectionDispatcher (and related properties and types)
- Added ConnectionHandler and UseConnectionHandler extension method to Connections.Abstractions.
-  Use ActivatorUtilties to create the ConnectionHandler
2018-03-22 21:38:14 -07:00
..
TestHelpers Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
Kestrel.Transport.Libuv.Tests.csproj
LibuvConnectionTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
LibuvOutputConsumerTests.cs
LibuvThreadTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
ListenerPrimaryTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
MultipleLoopTests.cs
NetworkingTests.cs
UvStreamHandleTests.cs
UvTimerHandleTests.cs