Skip to main content

Class HeaderModification

Namespace: Consul
Assembly: Consul.dll

public class HeaderModification

Inheritance

objectHeaderModification

Inherited Members

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

Properties

Add

[JsonProperty("Add", NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Add { get; set; }

Property Value

Dictionary <string , string >

Remove

[JsonProperty("Remove", NullValueHandling = NullValueHandling.Ignore)]
public List<string> Remove { get; set; }

Property Value

List <string >

Set

[JsonProperty("Set", NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Set { get; set; }

Property Value

Dictionary <string , string >