We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To change the default port, which is 80, you can simple call ListenOnPort(int port) when creating the configuration.
80
ListenOnPort(int port)
var configuration = new HttpServerConfiguration().ListenOnPort(8800);
Home
One pager
Configuration
Details