9 references to SendHubMessage
Microsoft.AspNetCore.SignalR.Client.Core (9)
HubConnection.cs (9)
576await SendHubMessage(startingConnectionState, PingMessage.Instance, cancellationToken).ConfigureAwait(false);
893var writeTask = SendHubMessage(connectionState, CloseMessage.Empty);
1265await SendHubMessage(connectionState, CompletionMessage.WithError(streamId, responseError), cancellationToken: default).ConfigureAwait(false);
1423await SendHubMessage(_state.CurrentConnectionStateUnsynchronized, new CancelInvocationMessage(irq.InvocationId), cancellationToken: default).ConfigureAwait(false);
1462await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1493await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1556await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1587await SendHubMessage(connectionState, message, cancellationToken).ConfigureAwait(false);
2676await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false);