Class PathConfig
Namespace: Consul
Assembly: Consul.dll
public class PathConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
ListenerPort
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? ListenerPort { get; set; }
Property Value
int ?
LocalPathPort
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? LocalPathPort { get; set; }
Property Value
int ?
Path
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Path { get; set; }
Property Value
Protocol
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Protocol { get; set; }