9 references to SendHubMessage
Microsoft.AspNetCore.SignalR.Client.Core (9)
HubConnection.cs (9)
554await SendHubMessage(startingConnectionState, PingMessage.Instance, cancellationToken).ConfigureAwait(false);
759var writeTask = SendHubMessage(connectionState, CloseMessage.Empty);
1131await SendHubMessage(connectionState, CompletionMessage.WithError(streamId, responseError), cancellationToken: default).ConfigureAwait(false);
1289await SendHubMessage(_state.CurrentConnectionStateUnsynchronized, new CancelInvocationMessage(irq.InvocationId), cancellationToken: default).ConfigureAwait(false);
1328await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1359await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1422await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1453await SendHubMessage(connectionState, message, cancellationToken).ConfigureAwait(false);
2561await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false);