Class ProviderLocation
Namespace: Consul
Assembly: Consul.dll
public class ProviderLocation
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Cookie
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public CookieLocation Cookie { get; set; }
Property Value
Header
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public HeaderLocation Header { get; set; }
Property Value
QueryParam
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public QueryParamLocation QueryParam { get; set; }