Moved AuthenticationResponse under the WebSocketSharp.Net namespace
This commit is contained in:
parent
2ffa23f076
commit
5f0b36997b
@ -35,9 +35,8 @@ using System.Collections.Specialized;
|
||||
using System.Security.Cryptography;
|
||||
using System.Security.Principal;
|
||||
using System.Text;
|
||||
using WebSocketSharp.Net;
|
||||
|
||||
namespace WebSocketSharp
|
||||
namespace WebSocketSharp.Net
|
||||
{
|
||||
internal class AuthenticationResponse
|
||||
{
|
@ -110,7 +110,6 @@
|
||||
<Compile Include="Net\HttpHeaderInfo.cs" />
|
||||
<Compile Include="CompressionMethod.cs" />
|
||||
<Compile Include="WebSocketException.cs" />
|
||||
<Compile Include="AuthenticationResponse.cs" />
|
||||
<Compile Include="LogData.cs" />
|
||||
<Compile Include="LogLevel.cs" />
|
||||
<Compile Include="Logger.cs" />
|
||||
@ -135,6 +134,7 @@
|
||||
<Compile Include="Net\QueryStringCollection.cs" />
|
||||
<Compile Include="WebSocketFrame.cs" />
|
||||
<Compile Include="Net\AuthenticationChallenge.cs" />
|
||||
<Compile Include="Net\AuthenticationResponse.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user