1 implementation of PoolExpirationTimestamp
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
139public long PoolExpirationTimestamp { get; set; }
1 reference to PoolExpirationTimestamp
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Servers\Kestrel\shared\PooledStreamStack.cs (1)
130if (stream.PoolExpirationTimestamp >= timestamp)