6 references to Url
Aspire.Acquisition.Tests (1)
Scripts\Common\ScriptHostFixture.cs (1)
172var requestPath = ctx.Request.Url?.AbsolutePath.TrimStart('/');
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
109if (!string.Equals(request.Url?.AbsolutePath, Endpoint.AbsolutePath, StringComparison.Ordinal))
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
567var path = ctx.Request.Url?.AbsolutePath ?? string.Empty;
System.Net.HttpListener (3)
System\Net\HttpListenerRequest.cs (1)
196Helpers.FillFromString(queryString, Url!.Query, true, ContentEncoding);
System\Net\Managed\HttpEndPointListener.cs (1)
158HttpListener? listener = SearchListener(req.Url, out prefix);
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (1)
68request.Url!,