1 write to HubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
Internal\InvocationRequest.cs (1)
36HubConnection = hubConnection;
1 reference to HubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
Internal\InvocationRequest.cs (1)
213_completionSource.TrySetException(new InvalidOperationException($"Streaming hub methods must be invoked with the '{nameof(HubConnection)}.{nameof(HubConnectionExtensions.StreamAsChannelAsync)}' method."));