5 references to TryAcquireHandshake
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (5)
ConnectionTracker.cs (4)
11/// in-flight TLS handshakes (see <see cref="TryAcquireHandshake"/>); the type is intentionally named generally 17/// <see cref="TryAcquireHandshake"/> for a freshly accepted connection and, if the cap is already reached, 39/// value) to leave handshakes unlimited, in which case <see cref="TryAcquireHandshake"/> and 82/// Frees a slot reserved by a prior successful <see cref="TryAcquireHandshake"/>. Called once per admitted
TlsEventPump.cs (1)
625if (!_connectionTracker.TryAcquireHandshake())