2 references to WriteAsync
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (1)
256return WriteAsync(message, ignoreAbort: false, cancellationToken);
HubConnectionHandler.cs (1)
326await connection.WriteAsync(closeMessage, ignoreAbort: true);