Removed WebSocketStream.cs

This commit is contained in:
sta
2014-07-28 18:02:05 +09:00
parent 95cc941f1b
commit b27283390e
7 changed files with 118 additions and 359 deletions

View File

@@ -94,7 +94,6 @@
<Compile Include="Server\HttpServer.cs" />
<Compile Include="Net\HttpVersion.cs" />
<Compile Include="Net\HttpStatusCode.cs" />
<Compile Include="Net\Security\SslStream.cs" />
<Compile Include="Server\WebSocketServiceHost.cs" />
<Compile Include="CloseStatusCode.cs" />
<Compile Include="Fin.cs" />
@@ -123,7 +122,6 @@
<Compile Include="Server\WebSocketServiceManager.cs" />
<Compile Include="Net\InputState.cs" />
<Compile Include="Net\LineState.cs" />
<Compile Include="WebSocketStream.cs" />
<Compile Include="Net\ReadBufferState.cs" />
<Compile Include="Net\Chunk.cs" />
<Compile Include="Net\InputChunkState.cs" />
@@ -141,7 +139,6 @@
<ItemGroup>
<Folder Include="Server\" />
<Folder Include="Net\" />
<Folder Include="Net\Security\" />
<Folder Include="Net\WebSockets\" />
</ItemGroup>
</Project>