1 implementation of StreamToClientViaEnumerableWithToken
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxy.GeneratedIMyHub.g.cs (1)
55public System.Collections.Generic.IAsyncEnumerable<int> StreamToClientViaEnumerableWithToken(System.Threading.CancellationToken cancellationToken)
1 reference to StreamToClientViaEnumerableWithToken
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxyGeneratorTests.cs (1)
206_ = myHub.StreamToClientViaEnumerableWithToken(token);