1 implementation of ITlsApplicationProtocolFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
15
internal sealed class TlsConnectionFeature : ITlsConnectionFeature,
ITlsApplicationProtocolFeature
, ITlsHandshakeFeature, ISslStreamFeature
2 references to ITlsApplicationProtocolFeature
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\HttpConnection.cs (1)
216
var applicationProtocol = _context.ConnectionFeatures.Get<
ITlsApplicationProtocolFeature
>()?.ApplicationProtocol
Middleware\HttpsConnectionMiddleware.cs (1)
164
context.Features.Set<
ITlsApplicationProtocolFeature
>(feature);