4 implementations of AbortWrite
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1278void IStreamAbortFeature.AbortWrite(long errorCode, ConnectionAbortedException abortReason)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Http3\Http3HttpProtocolFeatureCollectionTests.cs (1)
95void IStreamAbortFeature.AbortWrite(long errorCode, ConnectionAbortedException abortReason)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1278void IStreamAbortFeature.AbortWrite(long errorCode, ConnectionAbortedException abortReason)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.FeatureCollection.cs (1)
81public void AbortWrite(long errorCode, ConnectionAbortedException abortReason)