3 writes to StreamTimeoutTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Connection.cs (1)
270
stream.
StreamTimeoutTimestamp
= expiration >= 0 ? expiration : long.MaxValue;
Internal\Http3\Http3PendingStream.cs (2)
21
StreamTimeoutTimestamp
= default;
98
StreamTimeoutTimestamp
= default;
2 references to StreamTimeoutTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
266
if (stream.
StreamTimeoutTimestamp
== default)
273
if (stream.
StreamTimeoutTimestamp
< timestamp)