1 implementation of SslStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
107public SslStream SslStream => _sslStream;
2 references to SslStream
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"/>.