Class MapConfig
Namespace: Consul
Assembly: Consul.dll
public class MapConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Header
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<HeaderConfig> Header { get; set; }
Property Value
List <HeaderConfig >
Methods
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> Methods { get; set; }
Property Value
PathExact
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string PathExact { get; set; }
Property Value
PathPrefix
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string PathPrefix { get; set; }
Property Value
PathRegex
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string PathRegex { get; set; }
Property Value
QueryParam
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<QueryParamConfig> QueryParam { get; set; }