Skip to content
Tom Kuijsten edited this page Sep 30, 2016 · 2 revisions

To change the default port, which is 80, you can simple call ListenOnPort(int port) when creating the configuration.

var configuration = new HttpServerConfiguration().ListenOnPort(8800);
Clone this wiki locally