tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IServerPortProvider.cs
Go to the documentation of this file.
2{
6 public interface IServerPortProvider
7 {
11 ushort HttpApiPort { get; }
12 }
13}
Provides access to the server's HttpApiPort.
ushort HttpApiPort
The port the server listens on.