6 references to Prefixes
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}/");
System.Net.HttpListener (2)
System\Net\Managed\HttpEndPointManager.cs (2)
53
foreach (string prefix in listener.
Prefixes
)
188
foreach (string prefix in listener.
Prefixes
)