Class ThisServiceInstance
Inheritance
System.Object
ThisServiceInstance
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class ThisServiceInstance : IServiceInstance
Constructors
|
Edit this page
View Source
ThisServiceInstance(IOptionsMonitor<EurekaInstanceOptions>)
Declaration
public ThisServiceInstance(IOptionsMonitor<EurekaInstanceOptions> instConfig)
Parameters
Properties
|
Edit this page
View Source
Host
Declaration
public string Host { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsSecure
Declaration
public bool IsSecure { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public IDictionary<string, string> Metadata { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Edit this page
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
SecurePort
Declaration
public int SecurePort { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ServiceId
Declaration
public string ServiceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uri
Declaration
Property Value
Methods
|
Edit this page
View Source
GetHost()
Declaration
Returns
Type |
Description |
System.String |
|