Implemented interface member:
method
Abort
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http3.IHttp3Stream.Abort(Microsoft.AspNetCore.Connections.ConnectionAbortedException, System.Net.Http.Http3ErrorCode)
18 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (18)
Internal\Http3\Http3OutputProducer.cs (2)
110_stream.Abort(abortReason, Http3ErrorCode.InternalError); 115_stream.Abort(new ConnectionAbortedException($"{nameof(Http3OutputProducer)}.{nameof(ProcessDataWrites)} has completed."), Http3ErrorCode.InternalError);
Internal\Http3\Http3Stream.cs (15)
259Abort(abortReason, Http3ErrorCode.InternalError); 727Abort(new ConnectionAbortedException(ex.Message, ex), ex.ErrorCode); 773Abort(streamError, Http3ErrorCode.ProtocolError); 1039Abort(abortReason, error); 1111Abort(new ConnectionAbortedException(CoreStrings.Http3ErrorConnectMustNotSendSchemeOrPath), Http3ErrorCode.ProtocolError); 1131Abort(new ConnectionAbortedException(str), Http3ErrorCode.ProtocolError); 1162Abort(new ConnectionAbortedException(CoreStrings.BadRequest_RequestLineTooLong), Http3ErrorCode.RequestRejected); 1172Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.ProtocolError); 1189Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3ErrorMethodInvalid(_methodText)), Http3ErrorCode.ProtocolError); 1197Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3ErrorMethodInvalid(_methodText)), Http3ErrorCode.ProtocolError); 1237Abort(new ConnectionAbortedException(CoreStrings.FormatBadRequest_InvalidHostHeader_Detail(hostText)), Http3ErrorCode.ProtocolError); 1250Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.ProtocolError); 1280Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.ProtocolError); 1292Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.ProtocolError); 1362Abort(new(), Http3ErrorCode.RequestCancelled);
Internal\WebTransport\WebTransportSession.cs (1)
104_connectStream.Abort(exception, error);