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