3 implementations of OnStreamConnectionError
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
321public void OnStreamConnectionError(Http3ConnectionErrorException ex)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
856void IHttp3StreamLifetimeHandler.OnStreamConnectionError(Http3ConnectionErrorException ex)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
321public void OnStreamConnectionError(Http3ConnectionErrorException ex)
4 references to OnStreamConnectionError
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
323_inner.OnStreamConnectionError(ex);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
245_context.StreamLifetimeHandler.OnStreamConnectionError(ex);
Internal\Http3\Http3Stream.cs (1)
676_context.StreamLifetimeHandler.OnStreamConnectionError(ex);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
323_inner.OnStreamConnectionError(ex);