1 implementation of SslStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
51public SslStream SslStream => _sslStream;
4 references to SslStream
InMemory.FunctionalTests (1)
HttpsConnectionMiddlewareTests.cs (1)
116Assert.NotNull(feature.SslStream);
Interop.FunctionalTests (1)
Http2\Http2RequestTests.cs (1)
34protocolTcs.SetResult(c.Features.Get<ISslStreamFeature>().SslStream.SslProtocol);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Features\ISslStreamFeature.cs (2)
9/// Feature to get access to the connection's <see cref="SslStream" />. 15/// Gets the <see cref="SslStream"/>.