From dfbab48c0192b3e56573c9e495fabbcfcba5d575 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 24 Oct 2017 16:02:01 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index f3f79136..2300661a 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2078,7 +2078,7 @@ namespace WebSocketSharp } if (_secure) { - var conf = SslConfiguration; + var conf = getSslConfiguration (); var host = conf.TargetHost; if (host != _uri.DnsSafeHost) throw new WebSocketException (