|
|
|
@ -94,7 +94,8 @@ namespace WebSocketSharp.Net
|
|
|
|
X509Certificate2 serverCertificate,
|
|
|
|
X509Certificate2 serverCertificate,
|
|
|
|
bool clientCertificateRequired,
|
|
|
|
bool clientCertificateRequired,
|
|
|
|
SslProtocols enabledSslProtocols,
|
|
|
|
SslProtocols enabledSslProtocols,
|
|
|
|
bool checkCertificateRevocation)
|
|
|
|
bool checkCertificateRevocation
|
|
|
|
|
|
|
|
)
|
|
|
|
: base (enabledSslProtocols, checkCertificateRevocation)
|
|
|
|
: base (enabledSslProtocols, checkCertificateRevocation)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_cert = serverCertificate;
|
|
|
|
_cert = serverCertificate;
|
|
|
|
|