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