Renamed WebSocketServiceManager.cs to WebSocketSessionManager.cs, added IWebSocketSession.cs and modified WebSocketService.cs
This commit is contained in:
@@ -110,7 +110,6 @@
|
||||
<Compile Include="Net\WebSockets\HttpListenerWebSocketContext.cs" />
|
||||
<Compile Include="Net\WebSockets\TcpListenerWebSocketContext.cs" />
|
||||
<Compile Include="Net\WebSockets\WebSocketContext.cs" />
|
||||
<Compile Include="Server\WebSocketServiceManager.cs" />
|
||||
<Compile Include="Server\HttpRequestEventArgs.cs" />
|
||||
<Compile Include="Net\HttpHeaderType.cs" />
|
||||
<Compile Include="Net\HttpHeaderInfo.cs" />
|
||||
@@ -128,6 +127,8 @@
|
||||
<Compile Include="Server\WebSocketServiceHostManager.cs" />
|
||||
<Compile Include="Server\IWebSocketServiceHost.cs" />
|
||||
<Compile Include="WebSocketState.cs" />
|
||||
<Compile Include="Server\IWebSocketSession.cs" />
|
||||
<Compile Include="Server\WebSocketSessionManager.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user