9 references to SendHubMessage
Microsoft.AspNetCore.SignalR.Client.Core (9)
HubConnection.cs (9)
546await SendHubMessage(startingConnectionState, PingMessage.Instance, cancellationToken).ConfigureAwait(false);
607var writeTask = SendHubMessage(connectionState, CloseMessage.Empty);
714await SendHubMessage(_state.CurrentConnectionStateUnsynchronized, new CancelInvocationMessage(irq.InvocationId), cancellationToken: default).ConfigureAwait(false);
1004await SendHubMessage(connectionState, CompletionMessage.WithError(streamId, responseError), cancellationToken: default).ConfigureAwait(false);
1154await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1185await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1248await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1279await SendHubMessage(connectionState, message, cancellationToken).ConfigureAwait(false);
2369await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false);