1 implementation of StreamFromClientViaEnumerable
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxy.GeneratedIMyHub.g.cs (1)
65
public System.Threading.Tasks.Task
StreamFromClientViaEnumerable
(System.Collections.Generic.IAsyncEnumerable<int> reader)
1 reference to StreamFromClientViaEnumerable
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxyGeneratorTests.cs (1)
245
await myHub.
StreamFromClientViaEnumerable
(asyncEnumerable);