Implemented interface member:
4 references to Add
Aspire.Acquisition.Tests (1)
Scripts\Common\ScriptHostFixture.cs (1)
59
_listener.Prefixes.
Add
($"http://localhost:{Port}/");
dotnet (1)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
58
listener.Prefixes.
Add
(endpoint.AbsoluteUri);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
58
listener.Prefixes.
Add
(endpoint.AbsoluteUri);
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
455
_listener.Prefixes.
Add
($"http://127.0.0.1:{_port}/");