Browse Source

[Modify] Edit it

pull/571/merge
sta 3 months ago
parent
commit
7c4c2bde33
  1. 2
      Example3/Program.cs

2
Example3/Program.cs

@ -15,7 +15,7 @@ namespace Example3
// Create a new instance of the HttpServer class.
//
// If you would like to provide the secure connection, you should
// create a new instance with the 'secure' parameter set to true or
// create a new instance with the "secure" parameter set to true or
// with an https scheme HTTP URL.
var httpsv = new HttpServer (4649);

Loading…
Cancel
Save