Base:
method
Abort
Microsoft.AspNetCore.Connections.ConnectionContext.Abort(Microsoft.AspNetCore.Connections.ConnectionAbortedException)
1 override of Abort
InMemory.FunctionalTests (1)
TestTransport\InMemoryTransportConnection.cs (1)
53public override void Abort(ConnectionAbortedException abortReason)
1 reference to Abort
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
39void IConnectionLifetimeFeature.Abort() => Abort(new ConnectionAbortedException("The connection was aborted by the application via IConnectionLifetimeFeature.Abort()."));