aspnetcore/test/Kestrel.Transport.Libuv.Tests/TestHelpers
David Fowler 2d8f3d95fe
Feature/clean up proto abstractions (#2383)
- This change aims to clean up the feature interfaces
 used by kestrel and exposed by protocol absractions. It splits out the
 IConnectionTransportFeature into smaller features that may or may
 not be implemented on the connection.
- Added all of the features from Socket.Abstractions
in an attempt to make it go away completely. As a result
the helper methods and extensions have all been added here.
- Change IConnectionHandler to take TransportConnection. This cleans up the interface and makes it more explicit what features are required by Kestrel
2018-03-13 10:27:04 -07:00
..
MockConnectionHandler.cs Feature/clean up proto abstractions (#2383) 2018-03-13 10:27:04 -07:00
MockLibuv.cs
MockSocket.cs
TestLibuvTransportContext.cs Remove unnecessary usings (#2326) 2018-02-16 14:04:16 -08:00