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