1 implementation of AbortRead
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.FeatureCollection.cs (1)
59
public void
AbortRead
(long errorCode, ConnectionAbortedException abortReason)
1 reference to AbortRead
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
582
_streamAbortFeature.
AbortRead
((long)Http3ErrorCode.NoError, new ConnectionAbortedException("The application completed without reading the entire request body."));