5 references to OnClientConnectionClosed
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportSessionTests.cs (1)
82session.OnClientConnectionClosed();
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (1)
534session.OnClientConnectionClosed();
Internal\Http3\Http3Stream.cs (2)
728_context.WebTransportSession?.OnClientConnectionClosed(); 767_context.WebTransportSession?.OnClientConnectionClosed();
Internal\WebTransport\WebTransportSession.cs (1)
58session.OnClientConnectionClosed();