net10.0
namespace Microsoft.Extensions.ServiceDiscovery
{
    public abstract class ServiceEndpoint
    {
        public static bool TryParse([NotNullWhen(true)] string? value, [NotNullWhen(true)] out ServiceEndpoint? serviceEndpoint);
    }
}
nuget.org
0.0 %
Reference this API
.NET
8.09.010.0
.NET Framework
4.6.24.74.7.14.7.24.84.8.1
Information specific to net10.0
Assembly

Microsoft.Extensions.ServiceDiscovery.Abstractions , Version=10.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

Your project needs a package reference to Microsoft.Extensions.ServiceDiscovery.Abstractions.

Package Microsoft.Extensions.ServiceDiscovery.Abstractions (10.1.0) net10.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API