aspnetcore/src/Kestrel.Transport.Sockets
David Fowler a1d75df47d Use new Memory<byte> APIs on SocketAsyncEventArgs (#2173)
- This should improve the performance of handling buffers by (eventually)
removing GCHandle churn for Kestrel's already pinned buffers.
- Made the Sockets transport target both netcoreapp2.1 and netstandard2.0 to use new
APIs
- Disable API check for the sockets transport
2017-11-20 11:36:09 -08:00
..
Internal Use new Memory<byte> APIs on SocketAsyncEventArgs (#2173) 2017-11-20 11:36:09 -08:00
Properties
Kestrel.Transport.Sockets.csproj Use new Memory<byte> APIs on SocketAsyncEventArgs (#2173) 2017-11-20 11:36:09 -08:00
SocketTransport.cs
SocketTransportFactory.cs
SocketTransportOptions.cs
SocketsStrings.resx
WebHostBuilderSocketExtensions.cs
baseline.netcore.json