Skip to main content

Class HttpHeaderMatch

Namespace: Consul
Assembly: Consul.dll

public class HttpHeaderMatch

Inheritance

objectHttpHeaderMatch

Inherited Members

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

Properties

Match

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

Property Value

string

Name

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

Property Value

string

Value

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

Property Value

string