Renamed the Sweeping property to the KeepClean property

This commit is contained in:
sta
2013-07-30 16:00:17 +09:00
parent ef17cabdd3
commit df2726ce9d
8 changed files with 67 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ namespace Example2 {
#if DEBUG
wssv.Log.Level = LogLevel.TRACE;
#endif
//wssv.Sweeping = false;
//wssv.KeepClean = false;
wssv.Start ();
Console.WriteLine (
@@ -45,7 +45,7 @@ namespace Example2 {
//var file = ConfigurationManager.AppSettings ["ServerCertFile"];
//var password = ConfigurationManager.AppSettings ["CertFilePassword"];
//wssv.Certificate = new X509Certificate2 (file, password);
//wssv.Sweeping = false;
//wssv.KeepClean = false;
wssv.AddWebSocketService<Echo> ("/Echo");
wssv.AddWebSocketService<Chat> ("/Chat");
//wssv.AddWebSocketService<Echo> ("/エコー");