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)
24
Output
= writer;
2 references to Output
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportStream.cs (2)
95
_duplexPipe.
Output
.Complete(abortReason);
117
await _duplexPipe.
Output
.CompleteAsync();