12 references to Add
HotAddSample (2)
Startup.cs (2)
34addresses.Add("http://localhost:12346/pathBase/"); 46addresses.Add(toAdd);
Microsoft.AspNetCore.Server.HttpSys (2)
MessagePump.cs (2)
99Listener.Options.UrlPrefixes.Add(Constants.DefaultServerAddress); 137Listener.Options.UrlPrefixes.Add(value);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
DelegateTests.cs (1)
259options.UrlPrefixes.Add(receiverAddress);
Listener\ServerOnExistingQueueTests.cs (3)
256options.UrlPrefixes.Add("http://localhost:0"); 278options.UrlPrefixes.Add(address); 298options.UrlPrefixes.Add(rootAddress + "/server");
Listener\ServerTests.cs (1)
134options.UrlPrefixes.Add(address1);
QueueSharing (1)
Program.cs (1)
49options.UrlPrefixes.Add("http://localhost:5002");
SelfHostServer (2)
Program.cs (2)
24options.UrlPrefixes.Add("http://localhost:5000"); 26options.UrlPrefixes.Add("https://localhost:44319");