aspnetcore/samples/Http2SampleApp
David Fowler ce68427050
Use ALPN support in SSLStream on .NET Core >= 2.1 (#2179)
- Always add the TlsConnectionFeature when the HttpsConnectionAdapter runs
- Implemented the ITlsApplicationProtocolsFeature on the existing TlsConnectionFeature
- Removed Kestrel.Tls
2017-11-27 09:11:39 -08:00
..
scripts
Dockerfile
Http2SampleApp.csproj Use ALPN support in SSLStream on .NET Core >= 2.1 (#2179) 2017-11-27 09:11:39 -08:00
Program.cs Use ALPN support in SSLStream on .NET Core >= 2.1 (#2179) 2017-11-27 09:11:39 -08:00
Startup.cs