Class SerializableIServiceInstance
Inheritance
System.Object
SerializableIServiceInstance
Assembly: Steeltoe.Common.dll
Syntax
public class SerializableIServiceInstance : object, IServiceInstance
Constructors
|
Edit this page
View Source
SerializableIServiceInstance()
Declaration
public SerializableIServiceInstance()
|
Edit this page
View Source
SerializableIServiceInstance(IServiceInstance)
Declaration
public SerializableIServiceInstance(IServiceInstance instance)
Parameters
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
public Uri Uri { get; set; }
Property Value
Implements