Skip to main content

Class AddressDetails

Namespace: Consul
Assembly: Consul.dll

public class AddressDetails

Inheritance

objectAddressDetails

Inherited Members

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

Properties

Address

public string Address { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int