[]
Gets or sets the headers to be included in the request.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, string> Headers { get; set; }
Type | Description |
---|---|
Dictionary<string, string> | A Dictionary<TKey, TValue> representing the headers, where the key is the header name and the value is the header value. |