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