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