3 implementations of OnStreamCompleted
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
311public void OnStreamCompleted(IHttp3Stream stream)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
834void IHttp3StreamLifetimeHandler.OnStreamCompleted(IHttp3Stream stream)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
311public void OnStreamCompleted(IHttp3Stream stream)
4 references to OnStreamCompleted
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
313_inner.OnStreamCompleted(stream);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
252_context.StreamLifetimeHandler.OnStreamCompleted(this);
Internal\Http3\Http3Stream.cs (1)
725_context.StreamLifetimeHandler.OnStreamCompleted(this);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
313_inner.OnStreamCompleted(stream);