1 write to Uri
Microsoft.Extensions.ServiceDiscovery.Abstractions (1)
UriEndPoint.cs (1)
20
Uri
= uri;
7 references to Uri
Microsoft.Extensions.ServiceDiscovery (3)
Configuration\ConfigurationServiceEndpointProvider.cs (2)
147
if (ep.EndPoint is UriEndPoint uri && uri.
Uri
.Scheme is { } scheme)
159
if (ep.EndPoint is UriEndPoint uri && uri.
Uri
.Scheme is { } scheme)
Http\ResolvingHttpDelegatingHandler.cs (1)
65
if (endPoint is UriEndPoint {
Uri
: { } ep })
Microsoft.Extensions.ServiceDiscovery.Abstractions (4)
UriEndPoint.cs (4)
31
return obj is UriEndPoint other &&
Uri
.Equals(other.
Uri
);
35
public override int GetHashCode() =>
Uri
.GetHashCode();
38
public override string? ToString() =>
Uri
.ToString();