1 implementation of StreamBidirectionalViaEnumerableWithToken
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxy.GeneratedIMyHub.g.cs (1)
90
public 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);