4 implementations of AbortWrite
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1273void 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)
1273void 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)
1 reference to AbortWrite
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicStreamContextTests.cs (1)
583Assert.Throws<ArgumentOutOfRangeException>(() => protocolErrorCodeFeature.AbortWrite(errorCode, new ConnectionAbortedException()));