Fix to support HTTP Auth as a WebSocket client

This commit is contained in:
sta
2013-06-10 17:49:44 +09:00
parent 9ebab427bf
commit 7499b6de74
51 changed files with 1391 additions and 14 deletions

View File

@@ -123,6 +123,9 @@
<Compile Include="Net\HttpHeaderInfo.cs" />
<Compile Include="CompressionMethod.cs" />
<Compile Include="WebSocketException.cs" />
<Compile Include="AuthenticationChallenge.cs" />
<Compile Include="AuthenticationResponse.cs" />
<Compile Include="WsCredential.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>