Add some constructors for C# 3.0
Rename ClientCertAuthConfiguration to ClientSslAuthConfiguration Rename ServerCertAuthConfiguration to ServerSslAuthConfiguration Add the licence comment to new files
This commit is contained in:
@@ -61,7 +61,7 @@ namespace WebSocketSharp.Net.WebSockets
|
||||
#region Internal Constructors
|
||||
|
||||
internal TcpListenerWebSocketContext (
|
||||
TcpClient tcpClient, string protocol, bool secure, ServerCertAuthConfiguration certificateConfig, Logger logger)
|
||||
TcpClient tcpClient, string protocol, bool secure, ServerSslAuthConfiguration certificateConfig, Logger logger)
|
||||
{
|
||||
_tcpClient = tcpClient;
|
||||
_secure = secure;
|
||||
|
Reference in New Issue
Block a user