1 implementation of OnStreamConnectionError
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
867void IHttp3StreamLifetimeHandler.OnStreamConnectionError(Http3ConnectionErrorException ex)
2 references to OnStreamConnectionError
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
246_context.StreamLifetimeHandler.OnStreamConnectionError(ex);
Internal\Http3\Http3Stream.cs (1)
690_context.StreamLifetimeHandler.OnStreamConnectionError(ex);