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