Implemented interface member:
method
Abort
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http3.IHttp3Stream.Abort(Microsoft.AspNetCore.Connections.ConnectionAbortedException, System.Net.Http.Http3ErrorCode)
16 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (16)
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 (13)
211
Abort
(abortReason, Http3ErrorCode.InternalError);
673
Abort
(new ConnectionAbortedException(ex.Message, ex), ex.ErrorCode);
719
Abort
(streamError, Http3ErrorCode.ProtocolError);
980
Abort
(abortReason, error);
1052
Abort
(new ConnectionAbortedException(CoreStrings.Http3ErrorConnectMustNotSendSchemeOrPath), Http3ErrorCode.ProtocolError);
1072
Abort
(new ConnectionAbortedException(str), Http3ErrorCode.ProtocolError);
1103
Abort
(new ConnectionAbortedException(CoreStrings.BadRequest_RequestLineTooLong), Http3ErrorCode.RequestRejected);
1123
Abort
(new ConnectionAbortedException(CoreStrings.FormatHttp3ErrorMethodInvalid(_methodText)), Http3ErrorCode.ProtocolError);
1131
Abort
(new ConnectionAbortedException(CoreStrings.FormatHttp3ErrorMethodInvalid(_methodText)), Http3ErrorCode.ProtocolError);
1171
Abort
(new ConnectionAbortedException(CoreStrings.FormatBadRequest_InvalidHostHeader_Detail(hostText)), Http3ErrorCode.ProtocolError);
1184
Abort
(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.ProtocolError);
1223
Abort
(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.ProtocolError);
1293
Abort
(new(), Http3ErrorCode.RequestCancelled);
Internal\WebTransport\WebTransportSession.cs (1)
104
_connectStream.
Abort
(exception, error);