Base:
method
Abort
Microsoft.AspNetCore.Connections.TransportMultiplexedConnection.Abort(Microsoft.AspNetCore.Connections.ConnectionAbortedException)
3 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
Internal\QuicConnectionContext.cs (3)
73public override void Abort() => Abort(new ConnectionAbortedException("The connection was aborted by the application via MultiplexedConnectionContext.Abort().")); 156Abort(new ConnectionAbortedException("Unexpected error when accepting stream.", ex)); 170Abort(new ConnectionAbortedException("The connection timed out waiting for a response from the peer.", ex));