Implemented interface member:
7 references to Add
Microsoft.AspNetCore.Server.HttpSys (1)
UrlPrefixCollection.cs (1)
57
Add
(UrlPrefix.Create(prefix));
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
Listener\AuthenticationOnExistingQueueTests.cs (1)
38
options.UrlPrefixes.
Add
(prefix);
Listener\Utilities.cs (2)
49
options.UrlPrefixes.
Add
(prefix);
81
listener.Options.UrlPrefixes.
Add
(UrlPrefix.Create(scheme, host, port, path));
RequestTests.cs (1)
610
server.Listener.Options.UrlPrefixes.
Add
(UrlPrefix.Create(rootUri.Scheme, rootUri.Host, rootUri.Port, path));
ServerTests.cs (1)
343
server.Listener.Options.UrlPrefixes.
Add
(UrlPrefix.Create(address));
Utilities.cs (1)
96
options.UrlPrefixes.
Add
(prefix);