1 write to HubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
Internal\InvocationRequest.cs (1)
37HubConnection = hubConnection;
3 references to HubConnection
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (2)
880_ = irqLocal.HubConnection.CancelInvocationAsync(irqLocal, tasks); 1231_ = irqLocal.HubConnection.CancelInvocationAsync(irqLocal, tasks);
Internal\InvocationRequest.cs (1)
220_completionSource.TrySetException(new InvalidOperationException($"Streaming hub methods must be invoked with the '{nameof(HubConnection)}.{nameof(HubConnectionExtensions.StreamAsChannelAsync)}' method."));