6 references to Uri
Microsoft.Extensions.ServiceDiscovery (6)
Configuration\ConfigurationServiceEndpointProvider.cs (2)
148
if (ep.EndPoint is UriEndPoint uri && uri.
Uri
.Scheme is { } scheme)
160
if (ep.EndPoint is UriEndPoint uri && uri.
Uri
.Scheme is { } scheme)
Http\ResolvingHttpDelegatingHandler.cs (1)
65
if (endPoint is UriEndPoint {
Uri
: { } ep })
UriEndPoint.cs (3)
22
return obj is UriEndPoint other &&
Uri
.Equals(other.
Uri
);
26
public override int GetHashCode() =>
Uri
.GetHashCode();