Skip to main content

Class MapConfig

Namespace: Consul
Assembly: Consul.dll

public class MapConfig

Inheritance

objectMapConfig

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

List <string >

PathExact

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

Property Value

string

PathPrefix

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

Property Value

string

PathRegex

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

Property Value

string

QueryParam

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<QueryParamConfig> QueryParam { get; set; }

Property Value

List <QueryParamConfig >

  • Properties
    • Header
    • Methods
    • PathExact
    • PathPrefix
    • PathRegex
    • QueryParam