[]
Gets or sets a dictionary containing headers that should be included with the request.
public Dictionary<string, string> Headers { get; set; }
Type | Description |
---|---|
Dictionary<string, string> | A Dictionary<TKey, TValue> representing HTTP headers. Each key-value pair represents a header field and its value. |