Fix compiler error as a result of merging 2.1.2 into release/2.1

This commit is contained in:
Nate McMaster 2018-07-10 12:37:07 -07:00
parent 1d9db7c25f
commit 181e521b40
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ namespace Microsoft.AspNetCore.Testing
_reader = new StreamReader(_stream, Encoding.ASCII);
}
public Socket Socket => _socket;
public Stream Stream => _stream;
public StreamReader Reader => _reader;