25 references to Pipe
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (1)
709var input = new Pipe(_options.TransportPipeOptions);
src\aspnetcore\src\SignalR\common\Shared\DuplexPipe.cs (2)
20var input = new Pipe(inputOptions); 21var output = new Pipe(outputOptions);
Microsoft.AspNetCore.Http.Connections.Client (3)
Internal\WebSocketsTransport.cs (1)
707var input = new Pipe(_httpConnectionOptions.TransportPipeOptions);
src\aspnetcore\src\SignalR\common\Shared\DuplexPipe.cs (2)
20var input = new Pipe(inputOptions); 21var output = new Pipe(outputOptions);
Microsoft.AspNetCore.Server.IIS (4)
Core\IISHttpContext.cs (2)
308var pipe = new Pipe(new PipeOptions( 555_bodyInputPipe = new Pipe(new PipeOptions(_memoryPool, readerScheduler: PipeScheduler.ThreadPool, minimumSegmentSize: MinAllocBufferSize));
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipe.cs (2)
33var input = new Pipe(inputOptions); 34var output = new Pipe(outputOptions);
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (1)
548=> new Pipe(new PipeOptions
Internal\Http2\Http2Connection.cs (1)
169_input = new Pipe(GetInputPipeOptions());
Internal\Http2\Http2OutputProducer.cs (1)
763=> new Pipe(new PipeOptions
Internal\Http2\Http2Stream.cs (1)
649=> new Pipe(new PipeOptions
Internal\Http3\Http3OutputProducer.cs (1)
476=> new Pipe(new PipeOptions
Internal\Http3\Http3Stream.cs (1)
1242=> new Pipe(new PipeOptions
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipe.cs (2)
33var input = new Pipe(inputOptions); 34var output = new Pipe(outputOptions);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Internal\QuicStreamContext.cs (2)
63_inputPipe = new Pipe(inputOptions); 64_outputPipe = new Pipe(outputOptions);
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipe.cs (2)
33var input = new Pipe(inputOptions); 34var output = new Pipe(outputOptions);
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
src\aspnetcore\src\SignalR\common\Shared\DuplexPipe.cs (2)
20var input = new Pipe(inputOptions); 21var output = new Pipe(outputOptions);
System.IO.Pipelines (1)
System\IO\Pipelines\Pipe.cs (1)
87public Pipe() : this(PipeOptions.Default)