2 references to SendStreamItemAsync
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
939
await
SendStreamItemAsync
(connectionState, streamId, item, tokenSource).ConfigureAwait(false);
954
await
SendStreamItemAsync
(connectionState, streamId, streamValue, tokenSource).ConfigureAwait(false);