1 instantiation of HandshakingConnection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
681_handshaking[clientFd] = new HandshakingConnection
10 references to HandshakingConnection
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (10)
TlsEventPump.cs (10)
53private readonly Dictionary<int, HandshakingConnection> _handshaking = new(); 274private bool SetHandshakeInterest(int fd, ref HandshakingConnection conn, uint events) 324internal Dictionary<int, HandshakingConnection> Handshakes => _handshaking; 408if (_handshaking.TryGetValue(fd, out var handshakingConn)) 450foreach (var connection in _handshaking.Values) 718HandshakingConnection conn) 995internal bool ApplyInProgressHandshakeInterest(int fd, ref HandshakingConnection conn, TlsOperationStatus status) 1061private void DropHandshake(int fd, in HandshakingConnection conn) 1072private protected virtual void ReleaseHandshakeResources(in HandshakingConnection conn) 1127if (_handshaking.TryGetValue(fd, out var conn))