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 Update "temporary" OpenSSL wrapper to support 1.1, and add HTTP/2 sample with docker (#2149) 2017-11-13 15:54:16 -08:00
Dockerfile Update "temporary" OpenSSL wrapper to support 1.1, and add HTTP/2 sample with docker (#2149) 2017-11-13 15:54:16 -08:00
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 Update "temporary" OpenSSL wrapper to support 1.1, and add HTTP/2 sample with docker (#2149) 2017-11-13 15:54:16 -08:00