diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-24 15:39:59 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-24 15:39:59 -0400 |
| commit | 71f7fc4e116f32a20c63ddbb17844a81283a6ba4 (patch) | |
| tree | d12fde3dd5178579e71e2f268602ad642ffaebe7 /SocketHttpListener/SocketHttpListener.csproj | |
| parent | f07af448fa11330db93dd7ddcabac37ef9e014c7 (diff) | |
3.2.17.12
Diffstat (limited to 'SocketHttpListener/SocketHttpListener.csproj')
| -rw-r--r-- | SocketHttpListener/SocketHttpListener.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SocketHttpListener/SocketHttpListener.csproj b/SocketHttpListener/SocketHttpListener.csproj index dd2d2cf0f..3be51071c 100644 --- a/SocketHttpListener/SocketHttpListener.csproj +++ b/SocketHttpListener/SocketHttpListener.csproj @@ -70,11 +70,12 @@ <Compile Include="Net\HttpListenerResponse.cs" /> <Compile Include="Net\HttpRequestStream.cs" /> <Compile Include="Net\HttpRequestStream.Managed.cs" /> + <Compile Include="Net\HttpResponseStream.cs" /> + <Compile Include="Net\HttpResponseStream.Managed.cs" /> <Compile Include="Net\HttpStatusCode.cs" /> <Compile Include="Net\HttpStreamAsyncResult.cs" /> <Compile Include="Net\HttpVersion.cs" /> <Compile Include="Net\ListenerPrefix.cs" /> - <Compile Include="Net\ResponseStream.cs" /> <Compile Include="Net\WebHeaderCollection.cs" /> <Compile Include="Net\WebSockets\HttpListenerWebSocketContext.cs" /> <Compile Include="Net\WebSockets\WebSocketContext.cs" /> |
