Base:
method
Abort
Microsoft.AspNetCore.Connections.ConnectionContext.Abort(Microsoft.AspNetCore.Connections.ConnectionAbortedException)
1 reference to Abort
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
39
void IConnectionLifetimeFeature.Abort() =>
Abort
(new ConnectionAbortedException("The connection was aborted by the application via IConnectionLifetimeFeature.Abort()."));