Implemented interface member:
property
Output
System.IO.Pipelines.IDuplexPipe.Output
1 write to Output
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
31
Output
= PipeWriter.Create(stream, writerOptions);
1 reference to Output
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
52
await
Output
.CompleteAsync();