1 implementation of IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
31
internal abstract partial class Http2Stream : HttpProtocol, IThreadPoolWorkItem, IDisposable,
IPooledStream
4 references to IPooledStream
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Stream.cs (2)
735
void
IPooledStream
.DisposeCore()
740
long
IPooledStream
.PoolExpirationTimestamp => DrainExpirationTimestamp;
src\Servers\Kestrel\shared\PooledStreamStack.cs (2)
21
/// A pool of <see cref="
IPooledStream
"/> instances.
31
internal struct PooledStreamStack<TValue> where TValue : class,
IPooledStream