Skip to main content

Class CookieConfig

Namespace: Consul
Assembly: Consul.dll

public class CookieConfig

Inheritance

objectCookieConfig

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

string

Session

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Session { get; set; }

Property Value

bool

SourceIP

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool SourceIP { get; set; }

Property Value

bool

TTL

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

Property Value

string

Terminal

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Terminal { get; set; }

Property Value

bool