Implemented interface member:
property
Output
System.IO.Pipelines.IDuplexPipe.Output
1 write to Output
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\DuplexPipe.cs (1)
24Output = writer;
2 references to Output
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportStream.cs (2)
95_duplexPipe.Output.Complete(abortReason); 117await _duplexPipe.Output.CompleteAsync();