Implemented interface member:
property
Input
System.IO.Pipelines.IDuplexPipe.Input
1 write to Input
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\DuplexPipe.cs (1)
23
Input
= reader;
2 references to Input
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportStream.cs (2)
90
_duplexPipe.
Input
.Complete(abortReason);
112
await _duplexPipe.
Input
.CompleteAsync();