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)
23Input = reader;
2 references to Input
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportStream.cs (2)
90_duplexPipe.Input.Complete(abortReason); 112await _duplexPipe.Input.CompleteAsync();