1 implementation of OnStreamConnectionError
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
856
void 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);