4 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (2)
173session.Value.Abort(new ConnectionAbortedException(ex.Message, ex.InnerException), errorCode); 177session.Value.Abort(new ConnectionAbortedException(ex.Message), errorCode);
Internal\Http3\Http3Stream.cs (1)
172_context.WebTransportSession?.Abort(abortReason, errorCode);
Internal\WebTransport\WebTransportSession.cs (1)
64Abort(new(), (Http3ErrorCode)errorCode);