1 implementation of StreamBidirectionalViaEnumerable
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxy.GeneratedIMyHub.g.cs (1)
85
public System.Collections.Generic.IAsyncEnumerable<int>
StreamBidirectionalViaEnumerable
(System.Collections.Generic.IAsyncEnumerable<float> reader)
1 reference to StreamBidirectionalViaEnumerable
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxyGeneratorTests.cs (1)
299
_ = myHub.
StreamBidirectionalViaEnumerable
(argEnumerable);