1 implementation of StreamBidirectionalViaEnumerableWithToken
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxy.GeneratedIMyHub.g.cs (1)
90public System.Collections.Generic.IAsyncEnumerable<int> StreamBidirectionalViaEnumerableWithToken(System.Collections.Generic.IAsyncEnumerable<float> reader, System.Threading.CancellationToken cancellationToken)
1 reference to StreamBidirectionalViaEnumerableWithToken
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxyGeneratorTests.cs (1)
300_ = myHub.StreamBidirectionalViaEnumerableWithToken(argEnumerable, token);