RequestServer.listeningPort

Sets the host and port the server will listen on. This is semi-deprecated; the new (as of July 31, 2023) listenSpec parameter obsoletes these. You cannot use both together; the listeningHost and listeningPort are ONLY used if listenSpec is null.

  1. string listeningHost;
  2. ushort listeningPort;
    struct RequestServer
    ushort listeningPort;

Meta