1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
937
conn.
Connection
= earlyConnection;
4 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
TlsEventPump.cs (4)
741
var earlyConnection = conn.
Connection
;
925
if (conn.
Connection
is null && _memoryPool is not null)
955
var (resolvedContext, clientCertificateValidation) = _contextResolver(conn.
Connection
, conn.Session.TargetHostName);
1074
if (conn.
Connection
is { } earlyConnection)