9 references to SendHubMessage
Microsoft.AspNetCore.SignalR.Client.Core (9)
HubConnection.cs (9)
540await SendHubMessage(startingConnectionState, PingMessage.Instance, cancellationToken).ConfigureAwait(false);
601var writeTask = SendHubMessage(connectionState, CloseMessage.Empty);
708await SendHubMessage(_state.CurrentConnectionStateUnsynchronized, new CancelInvocationMessage(irq.InvocationId), cancellationToken: default).ConfigureAwait(false);
998await SendHubMessage(connectionState, CompletionMessage.WithError(streamId, responseError), cancellationToken: default).ConfigureAwait(false);
1148await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1179await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1242await SendHubMessage(connectionState, invocationMessage, cancellationToken).ConfigureAwait(false);
1273await SendHubMessage(connectionState, message, cancellationToken).ConfigureAwait(false);
2363await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false);