4 references to UriEndPoint
Microsoft.Extensions.ServiceDiscovery (4)
Configuration\ConfigurationServiceEndpointProvider.cs (2)
148if (ep.EndPoint is UriEndPoint uri && uri.Uri.Scheme is { } scheme) 160if (ep.EndPoint is UriEndPoint uri && uri.Uri.Scheme is { } scheme)
Http\ResolvingHttpDelegatingHandler.cs (1)
65if (endPoint is UriEndPoint { Uri: { } ep })
UriEndPoint.cs (1)
22return obj is UriEndPoint other && Uri.Equals(other.Uri);