5 references to UriBuilder
Aspire.Qdrant.Client.Tests (1)
QdrantContainerFixture.cs (1)
25
var endpoint = new
UriBuilder
("http", Container.Hostname, Container.GetMappedPublicPort(GrpcPort)).ToString();
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;