9 references to WriteAsync
Microsoft.AspNetCore.SignalR.Core (9)
DefaultHubLifetimeManager.cs (2)
198
return connection.
WriteAsync
(message, cancellationToken).AsTask();
360
await connection.
WriteAsync
(message, cancellationToken);
Internal\DefaultHubDispatcher.cs (7)
292
return connection.
WriteAsync
(CompletionMessage.WithError(
445
await connection.
WriteAsync
(CompletionMessage.WithResult(hubMethodInvocationMessage.InvocationId, result));
565
await connection.
WriteAsync
(streamItemMessage);
602
await connection.
WriteAsync
(CompletionMessage.WithError(invocationId, error));
655
await connection.
WriteAsync
(CompletionMessage.WithError(invocationId, errorMessage));
699
await connection.
WriteAsync
(CompletionMessage.WithError(hubMethodInvocationMessage.InvocationId,
709
await connection.
WriteAsync
(CompletionMessage.WithError(hubMethodInvocationMessage.InvocationId!,