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)
53
private readonly Dictionary<int,
HandshakingConnection
> _handshaking = new();
274
private bool SetHandshakeInterest(int fd, ref
HandshakingConnection
conn, uint events)
324
internal Dictionary<int,
HandshakingConnection
> Handshakes => _handshaking;
408
if (_handshaking.TryGetValue(fd, out
var
handshakingConn))
450
foreach (
var
connection in _handshaking.Values)
718
HandshakingConnection
conn)
995
internal bool ApplyInProgressHandshakeInterest(int fd, ref
HandshakingConnection
conn, TlsOperationStatus status)
1061
private void DropHandshake(int fd, in
HandshakingConnection
conn)
1072
private protected virtual void ReleaseHandshakeResources(in
HandshakingConnection
conn)
1127
if (_handshaking.TryGetValue(fd, out
var
conn))