Skip to main content

Class ProviderLocation

Namespace: Consul
Assembly: Consul.dll

public class ProviderLocation

Inheritance

objectProviderLocation

Inherited Members

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

Properties

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public CookieLocation Cookie { get; set; }

Property Value

CookieLocation

Header

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public HeaderLocation Header { get; set; }

Property Value

HeaderLocation

QueryParam

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public QueryParamLocation QueryParam { get; set; }

Property Value

QueryParamLocation