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