[Modify] Edit it

This commit is contained in:
sta 2016-08-05 15:15:35 +09:00
parent b3cbea3485
commit f504d5f926

View File

@ -73,7 +73,8 @@ namespace Example
// To enable the Per-message Compression extension.
//ws.Compression = CompressionMethod.Deflate;
/* To validate the server certificate.
// To validate the server certificate.
/*
ws.SslConfiguration.ServerCertificateValidationCallback =
(sender, certificate, chain, sslPolicyErrors) => {
ws.Log.Debug (