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)
58listener.Prefixes.Add(endpoint.AbsoluteUri);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
58listener.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)
53foreach (string prefix in listener.Prefixes) 188foreach (string prefix in listener.Prefixes)