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