2 references to SslDuplexPipe
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (1)
436return new SslDuplexPipe(transport, inputPipeOptions, outputPipeOptions, _sslStreamFactory);
src\Shared\ServerInfrastructure\SslDuplexPipe.cs (1)
15: this(transport, readerOptions, writerOptions, s => new SslStream(s))