Implemented interface member:
property
Input
System.IO.Pipelines.IDuplexPipe.Input
1 write to Input
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
30
Input
= PipeReader.Create(stream, readerOptions);
1 reference to Input
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs (1)
51
await
Input
.CompleteAsync();