Skip to main content

Class Routes

Namespace: Consul
Assembly: Consul.dll

public class Routes

Inheritance

objectRoutes

Inherited Members

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

Properties

Destination

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Destination { get; set; }

Property Value

Dictionary <string , string >

HTTP

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public HTTPConfig HTTP { get; set; }

Property Value

HTTPConfig

Match

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public MapConfig Match { get; set; }

Property Value

MapConfig