[Modify] Polish it
This commit is contained in:
parent
c4f02ecfa6
commit
3494f6ae40
@ -94,7 +94,8 @@ namespace WebSocketSharp.Net
|
||||
X509Certificate2 serverCertificate,
|
||||
bool clientCertificateRequired,
|
||||
SslProtocols enabledSslProtocols,
|
||||
bool checkCertificateRevocation)
|
||||
bool checkCertificateRevocation
|
||||
)
|
||||
: base (enabledSslProtocols, checkCertificateRevocation)
|
||||
{
|
||||
_cert = serverCertificate;
|
||||
|
Loading…
Reference in New Issue
Block a user