4 references to UriEndPoint
Microsoft.Extensions.ServiceDiscovery (4)
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 (1)
22
return obj is
UriEndPoint
other && Uri.Equals(other.Uri);