Field HTTPServerSettings.port
The port
on which the HTTP server is listening.
The default value is 80. If you are running a SSL enabled server you may want to set this to 443 instead.
Declaration
class HTTPServerSettings { // ... ushort port; // ... }
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.