Class ConfigurationServiceInstance
Inheritance
System.Object
ConfigurationServiceInstance
Assembly: Steeltoe.Common.dll
Syntax
public class ConfigurationServiceInstance : object, IServiceInstance
Properties
|
Edit this page
View Source
Host
Declaration
public string Host { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsSecure
Declaration
public bool IsSecure { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public IDictionary<string, string> Metadata { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Edit this page
View Source
Port
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ServiceId
Declaration
public string ServiceId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uri
Declaration
Property Value
Implements