1 write to _dispatcher
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
99
_dispatcher
= new DefaultHubDispatcher<THub>(
6 references to _dispatcher
Microsoft.AspNetCore.SignalR.Core (6)
HubConnectionHandler.cs (6)
217
_ =
_dispatcher
.OnAuthenticationRefreshedAsync(connection);
236
await
_dispatcher
.OnConnectedAsync(connection);
301
await
_dispatcher
.OnDisconnectedAsync(connection, disconnectException);
340
var binder = new HubConnectionBinder<THub>(
_dispatcher
, _lifetimeManager, connection);
365
await
_dispatcher
.DispatchMessageAsync(connection, message);
394
await
_dispatcher
.DispatchMessageAsync(connection, message);