[Modify] Polish it

This commit is contained in:
sta 2017-05-10 14:41:15 +09:00
parent fca56b7cec
commit a43aae2a49

View File

@ -91,7 +91,8 @@ namespace WebSocketSharp.Net
string targetHost,
X509CertificateCollection clientCertificates,
SslProtocols enabledSslProtocols,
bool checkCertificateRevocation)
bool checkCertificateRevocation
)
: base (enabledSslProtocols, checkCertificateRevocation)
{
_host = targetHost;