[Modify] Polish it
This commit is contained in:
parent
c4f02ecfa6
commit
3494f6ae40
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user