1 write to HubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
Internal\InvocationRequest.cs (1)
37
HubConnection
= 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."));