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

@@ -17,7 +17,7 @@ namespace Example3
_httpsv.Log.Level = LogLevel.TRACE;
#endif
_httpsv.RootPath = ConfigurationManager.AppSettings ["RootPath"];
//_httpsv.Sweeping = false;
//_httpsv.KeepClean = false;
_httpsv.AddWebSocketService<Echo> ("/Echo");
_httpsv.AddWebSocketService<Chat> ("/Chat");