Refactored WebSocketServiceHost.cs, separated the WebSocketServiceHost<TBehavior> class into a new file

This commit is contained in:
sta
2015-08-19 15:47:57 +09:00
parent 18b980fc98
commit f852a19746
3 changed files with 123 additions and 91 deletions

View File

@@ -139,6 +139,7 @@
<Compile Include="Net\HttpListenerAsyncResult.cs" />
<Compile Include="Net\HttpRequestHeader.cs" />
<Compile Include="Net\HttpResponseHeader.cs" />
<Compile Include="Server\WebSocketServiceHost`1.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>