I would like to create an application that serves web pages internally and can be run in multiple instances on the same machine. To do so, I would like to create an H
I do not believe this is possible. The documentation for UriBuilder.Port states, "If a port is not specified as part of the URI, ... the default port value for the protocol scheme will be used to connect to the host.".
See https://msdn.microsoft.com/en-us/library/system.uribuilder.port(v=vs.110).aspx