Renamed ListenerAsyncResult class to HttpListenerAsyncResult class

This commit is contained in:
sta
2014-11-15 15:13:51 +09:00
parent 9c79e28f22
commit 298ed9210e
3 changed files with 14 additions and 18 deletions

View File

@@ -85,7 +85,6 @@
<Compile Include="Net\HttpListenerResponse.cs" />
<Compile Include="Net\HttpStreamAsyncResult.cs" />
<Compile Include="Net\HttpUtility.cs" />
<Compile Include="Net\ListenerAsyncResult.cs" />
<Compile Include="Net\RequestStream.cs" />
<Compile Include="Net\ResponseStream.cs" />
<Compile Include="Net\WebHeaderCollection.cs" />
@@ -137,6 +136,7 @@
<Compile Include="Net\ClientSslConfiguration.cs" />
<Compile Include="Net\ServerSslConfiguration.cs" />
<Compile Include="Net\SslConfiguration.cs" />
<Compile Include="Net\HttpListenerAsyncResult.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>