Browse Source

[Modify] Edit it

pull/290/head
sta 9 years ago
parent
commit
f504d5f926
  1. 3
      Example/Program.cs

3
Example/Program.cs

@ -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 (

Loading…
Cancel
Save