Skip to main content

Class ServiceInfo

Namespace: Consul
Assembly: Consul.dll

public class ServiceInfo

Inheritance

objectServiceInfo

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

ID

public string ID { get; set; }

Property Value

string

Meta

public Dictionary<string, string> Meta { get; set; }

Property Value

Dictionary <string , string >

Namespace

public string Namespace { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int

Service

public string Service { get; set; }

Property Value

string

TaggedAddresses

public Dictionary<string, ServiceAddress> TaggedAddresses { get; set; }

Property Value

Dictionary <string , ServiceAddress >

Tags

public string[] Tags { get; set; }

Property Value

string []

  • Properties
    • ID
    • Meta
    • Namespace
    • Port
    • Service
    • TaggedAddresses
    • Tags