[Modify] Replace it

This commit is contained in:
sta 2017-10-24 16:02:01 +09:00
parent e374205aec
commit dfbab48c01

View File

@ -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 (