1 implementation of ISslStreamFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
15
internal sealed class TlsConnectionFeature : ITlsConnectionFeature, ITlsApplicationProtocolFeature, ITlsHandshakeFeature,
ISslStreamFeature
2 references to ISslStreamFeature
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Features\ISslStreamFeature.cs (1)
16
/// Note that <see cref="
ISslStreamFeature
"/> will not be available for non-TLS connections or HTTP/3.
Middleware\HttpsConnectionMiddleware.cs (1)
165
context.Features.Set<
ISslStreamFeature
>(feature);