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