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