Interface IServiceInstance
public interface IServiceInstance
Properties
Host
Gets the hostname of the registered service instance.
string Host { get; }
Property Value
IsSecure
Gets a value indicating whether the scheme of the registered service instance is https.
bool IsSecure { get; }
Property Value
Metadata
Gets the key/value metadata associated with this service instance.
IReadOnlyDictionary<string, string?> Metadata { get; }
Property Value
Port
Gets the port of the registered service instance.
int Port { get; }
Property Value
ServiceId
Gets the service ID as registered by the discovery client.
string ServiceId { get; }
Property Value
Uri
Gets the resolved address of the registered service instance.
Uri Uri { get; }