Added HttpResponseHeader.cs

This commit is contained in:
sta
2014-12-07 10:05:09 +09:00
parent 10af3facc8
commit c1dc05a256
3 changed files with 173 additions and 1 deletions

View File

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