1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
900
conn.
Connection
= earlyConnection;
7 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (7)
TlsEventPump.cs (7)
821
conn.
Connection
,
887
bool firstSuspension = conn.
Connection
is null;
909
if (firstSuspension && _clientHelloCallback is not null && conn.
Connection
is not null &&
920
conn.
Connection
,
952
(context, clientCertificateValidation) = _contextResolver(conn.
Connection
, conn.Session.TargetHostName);
986
var earlyConnection = conn.
Connection
;
1191
if (conn.
Connection
is { } earlyConnection)