Class CookieConfig
Namespace: Consul
Assembly: Consul.dll
public class CookieConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Path
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Path { get; set; }
Property Value
Session
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Session { get; set; }
Property Value
SourceIP
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool SourceIP { get; set; }
Property Value
TTL
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string TTL { get; set; }
Property Value
Terminal
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Terminal { get; set; }