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)
112
_stream.
Abort
(abortReason, Http3ErrorCode.InternalError);
117
_stream.
Abort
(new ConnectionAbortedException($"{nameof(Http3OutputProducer)}.{nameof(ProcessDataWrites)} has completed."), Http3ErrorCode.InternalError);
Internal\Http3\Http3Stream.cs (13)
196
Abort
(abortReason, Http3ErrorCode.InternalError);
647
Abort
(new ConnectionAbortedException(ex.Message, ex), ex.ErrorCode);
693
Abort
(streamError, Http3ErrorCode.ProtocolError);
939
Abort
(abortReason, error);
1006
Abort
(new ConnectionAbortedException(CoreStrings.Http3ErrorConnectMustNotSendSchemeOrPath), Http3ErrorCode.ProtocolError);
1026
Abort
(new ConnectionAbortedException(str), Http3ErrorCode.ProtocolError);
1057
Abort
(new ConnectionAbortedException(CoreStrings.BadRequest_RequestLineTooLong), Http3ErrorCode.RequestRejected);
1077
Abort
(new ConnectionAbortedException(CoreStrings.FormatHttp3ErrorMethodInvalid(_methodText)), Http3ErrorCode.ProtocolError);
1085
Abort
(new ConnectionAbortedException(CoreStrings.FormatHttp3ErrorMethodInvalid(_methodText)), Http3ErrorCode.ProtocolError);
1125
Abort
(new ConnectionAbortedException(CoreStrings.FormatBadRequest_InvalidHostHeader_Detail(hostText)), Http3ErrorCode.ProtocolError);
1138
Abort
(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.ProtocolError);
1177
Abort
(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.ProtocolError);
1247
Abort
(new(), Http3ErrorCode.RequestCancelled);
Internal\WebTransport\WebTransportSession.cs (1)
104
_connectStream.
Abort
(exception, error);