5 references to Abort
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionContext.cs (1)
82
_closedRegistration = connectionContext.ConnectionClosed.Register(static (state) => ((HubConnectionContext)state!).
Abort
(), this);
Internal\DefaultHubCallerContext.cs (1)
40
public override void Abort() => _connection.
Abort
();
Internal\DefaultHubDispatcher.cs (1)
233
connection.
Abort
();
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
HubLifetimeManagerTestBase.cs (1)
334
connection1.
Abort
();
ScaleoutHubLifetimeManagerTests.cs (1)
571
connection1.
Abort
();