Move DuplexPipe into Kestrel.Core as internal (#2428)

This commit is contained in:
David Fowler 2018-03-27 02:02:15 -07:00 committed by GitHub
parent a1de323ff4
commit be04ccac6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace System.IO.Pipelines namespace System.IO.Pipelines
{ {
public class DuplexPipe : IDuplexPipe internal class DuplexPipe : IDuplexPipe
{ {
public DuplexPipe(PipeReader reader, PipeWriter writer) public DuplexPipe(PipeReader reader, PipeWriter writer)
{ {