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