Added SslConfiguration class to be base of ClientSslConfiguration and ServerSslConfiguration classes

This commit is contained in:
sta
2014-11-08 15:57:47 +09:00
parent 214103b7e8
commit 06585e48b5
4 changed files with 189 additions and 100 deletions

View File

@@ -136,6 +136,7 @@
<Compile Include="Net\HttpListenerPrefix.cs" />
<Compile Include="Net\ClientSslConfiguration.cs" />
<Compile Include="Net\ServerSslConfiguration.cs" />
<Compile Include="Net\SslConfiguration.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>