Base:
method
Abort
Microsoft.AspNetCore.Connections.BaseConnectionContext.Abort()
3 overrides of Abort
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
213public override void Abort()
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\LoggingMultiplexedConnectionMiddleware.cs (1)
102public override void Abort()
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubConnectionTests.Reconnect.cs (1)
1185public override void Abort() => _inner.Abort();
9 references to Abort
Microsoft.AspNetCore.Http.Connections.Tests (3)
HttpConnectionDispatcherTests.cs (3)
2439connection.Abort(); 2514connection.Abort(); 2938connection.Abort();
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportSession.cs (1)
149stream.Abort();
Middleware\LoggingMultiplexedConnectionMiddleware.cs (1)
104_inner.Abort();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ConnectionContextTests.cs (1)
21mockConnectionContext.Object.Abort();
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubConnectionTests.Reconnect.cs (1)
1185public override void Abort() => _inner.Abort();
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.ClientResult.cs (1)
116client.Connection.Abort();
HubConnectionHandlerTests.cs (1)
962client.Connection.Abort();