1 write to Endpoint
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
38(_listener, Endpoint) = StartListener();
4 references to Endpoint
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
109if (!string.Equals(request.Url?.AbsolutePath, Endpoint.AbsolutePath, StringComparison.Ordinal))
parent\dotnet\Commands\Test\MTP\TestApplication.cs (3)
480writer.WriteLine($"{CliConstants.DotNetTestHttpEndpointOptionKey} {gateway.Endpoint.AbsoluteUri}"); 508string redactedEndpoint = $"{_httpGateway.Endpoint.GetLeftPart(UriPartial.Authority)}/[REDACTED]"; 510.Replace(_httpGateway.Endpoint.AbsoluteUri, redactedEndpoint, StringComparison.Ordinal)