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