Skip to main content

Class HeaderConfig

Namespace: Consul
Assembly: Consul.dll

public class HeaderConfig

Inheritance

objectHeaderConfig

Inherited Members

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

Properties

Exact

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

Property Value

string

Invert

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Invert { get; set; }

Property Value

bool

Name

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

Property Value

string

Prefix

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

Property Value

string

Present

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Present { get; set; }

Property Value

bool

Regex

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

Property Value

string

Suffix

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

Property Value

string

  • Properties
    • Exact
    • Invert
    • Name
    • Prefix
    • Present
    • Regex
    • Suffix