2 writes to WebTransportSession
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (1)
638stream.Context.WebTransportSession = session;
Internal\Http3\Http3Stream.cs (1)
1251_context.WebTransportSession = _context.Connection!.OpenNewWebTransportSession(this);
5 references to WebTransportSession
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3Stream.cs (4)
172_context.WebTransportSession?.Abort(abortReason, errorCode); 714_context.WebTransportSession?.OnClientConnectionClosed(); 753_context.WebTransportSession?.OnClientConnectionClosed(); 1257return _context.WebTransportSession;
Internal\WebTransport\WebTransportStream.cs (1)
71localContext.WebTransportSession?.TryRemoveStream(streamId);