Implemented interface member:
property
Output
System.IO.Pipelines.IDuplexPipe.Output
1 write to Output
Microsoft.AspNetCore.Http.Connections.Client (1)
src\SignalR\common\Shared\DuplexPipe.cs (1)
11
Output
= writer;
2 references to Output
Microsoft.AspNetCore.SignalR.Client.Tests (2)
SendUtilsTests.cs (2)
41
await application.
Output
.WriteAsync(Encoding.UTF8.GetBytes("Hello World"));
42
application.
Output
.Complete();