2 references to TlsRead
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
ConnectionIoState.cs (2)
244
var status =
TlsRead
(buffer.Span, out var read);
291
var status =
TlsRead
(_readBuffer.Span, out var read);