System.IO.Pipelines
Namespace with 11 public types
Classes
                                     Pipe
                                    The default  and  implementation.
                                
                            
                            
                                
                                     PipeOptions
                                    Represents a set of  options.
                                
                            
                            
                                
                                     StreamPipeReaderOptions
                                    Represents a set of options for controlling the creation of the .
                                
                            
                            
                                
                                     StreamPipeWriterOptions
                                    Represents a set of options for controlling the creation of the .
                                
                            
                        
                        Structures
                                     FlushResult
                                    Result returned by  call.
                                
                            
                            
                                
                                     ReadResult
                                    Represents the result of a  call.
                                
                            
                        
                        Static Classes
                                     StreamPipeExtensions
                                    Provides extension methods for  that support read and write operations directly into pipes.
                                
                            
                        
                        Abstract Classes
                                     PipeReader
                                    Defines a class that provides access to a read side of pipe.
                                
                            
                            
                                
                                     PipeScheduler
                                    Abstraction for running  and  callbacks and continuations.
                                
                            
                            
                                
                                     PipeWriter
                                    Defines a class that provides a pipeline to which data can be written.
                                
                            
                        
                        Interfaces
                                     IDuplexPipe
                                    Defines a class that provides a duplex pipe from which data can be read from and written to.