5 references to SendAsync
Microsoft.DotNet.HotReload.Watch (5)
src\sdk\src\Dotnet.Watch\HotReloadClient\Web\AbstractBrowserRefreshServer.cs (5)
249=> SendAsync(SerializeJson(value), cancellationToken); 254return SendAsync(JsonReloadRequest.Message, cancellationToken); 260return SendAsync(JsonWaitRequest.Message, cancellationToken); 315return SendAsync(JsonRefreshBrowserRequest.Message, cancellationToken); 331await SendAsync(message, cancellationToken);