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)
11Output = writer;
2 references to Output
Microsoft.AspNetCore.SignalR.Client.Tests (2)
SendUtilsTests.cs (2)
41await application.Output.WriteAsync(Encoding.UTF8.GetBytes("Hello World")); 42application.Output.Complete();