9 references to UriBuilder
Aspire.Qdrant.Client.Tests (1)
QdrantContainerFixture.cs (1)
25
var endpoint = new
UriBuilder
("http", Container.Hostname, Container.GetMappedPublicPort(GrpcPort)).ToString();
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Common\TestUriHelper.cs (3)
34
return new
UriBuilder
(scheme, "127.0.0.1", 0).Uri;
39
return new
UriBuilder
(scheme, "localhost", 0).Uri;
47
return new
UriBuilder
(scheme, "localhost", TestPortHelper.GetNextPort()).Uri;
Microsoft.AspNetCore.SpaServices.Extensions (1)
ReactDevelopmentServer\ReactDevelopmentServerMiddleware.cs (1)
57
return new
UriBuilder
("http", "localhost", port).Uri;
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpAuthority.cs (1)
24
var builder = new
UriBuilder
(Uri.UriSchemeHttp, host, port);
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (1)
218
UriBuilder ub = new
UriBuilder
(protocol, host, port);
System.Private.Uri (1)
System\UriBuilder.cs (1)
63
:
this
(scheme, host, port)
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
237
result = new
UriBuilder
(via.Scheme, via.Host, via.Port).Uri;