Renamed ServerSslAuthConfiguration class to ServerSslConfiguration class

This commit is contained in:
sta
2014-11-07 11:41:10 +09:00
parent c1d20ec706
commit 214103b7e8
8 changed files with 28 additions and 28 deletions

View File

@@ -71,7 +71,7 @@ namespace WebSocketSharp.Net.WebSockets
TcpClient tcpClient,
string protocol,
bool secure,
ServerSslAuthConfiguration sslConfig,
ServerSslConfiguration sslConfig,
Logger logger)
{
_tcpClient = tcpClient;