Skip to main content

Class HttpRouteMatch

Namespace: Consul
Assembly: Consul.dll

public class HttpRouteMatch

Inheritance

objectHttpRouteMatch

Inherited Members

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

Properties

Headers

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

Property Value

List <HttpHeaderMatch >

Method

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

Property Value

string

Path

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

Property Value

List <HttpPathMatch >

Query

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

Property Value

List <HttpQueryMatch >