Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int, bool) constructor

This commit is contained in:
sta
2015-07-07 17:31:33 +09:00
parent 4bc2c4d4f0
commit c10c9886ef
3 changed files with 51 additions and 2 deletions

View File

@@ -18,7 +18,8 @@ namespace Example3
* with the 'secure' parameter set to true.
*/
var httpsv = new HttpServer (4649);
//httpsv = new HttpServer (4649, true);
//var httpsv = new HttpServer (5963, true);
//var httpsv = new HttpServer (System.Net.IPAddress.Parse ("127.0.0.1"), 4649, false);
#if DEBUG
// To change the logging level.
httpsv.Log.Level = LogLevel.Trace;