3 references to Port
WsatConfig (3)
CommandLine\ArgumentsParser.cs (1)
113AddOptionParserPair(CommandLineOption.Port, new PortParser());
CommandLine\OptionUsage.cs (1)
82builder.WriteParagraph(GenerateParameterHelp(CommandLineOption.Port, string.Empty, SR.GetString(SR.ConsoleUsageLinePortUse), SR.GetString(SR.ConsoleUsageLinePortHelp)));
Configuration\WsatConfiguration.cs (1)
557portString = " -" + CommandLineOption.Port + ":" + this.HttpsPort;