3 references to WriteAsync
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\SendUtils.cs (1)
102return stream.WriteAsync(_buffer).AsTask();
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
src\SignalR\common\Http.Connections\src\ServerSentEventsMessageFormatter.cs (2)
23await output.WriteAsync(payload, token); 100await output.WriteAsync(lineSegment);