Skip to main content

Class PathConfig

Namespace: Consul
Assembly: Consul.dll

public class PathConfig

Inheritance

objectPathConfig

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

string

Protocol

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Protocol { get; set; }

Property Value

string

  • Properties
    • ListenerPort
    • LocalPathPort
    • Path
    • Protocol